mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
10 lines
177 B
C++
10 lines
177 B
C++
#include "PlaylistUserOptionIntRange.h"
|
|
|
|
UPlaylistUserOptionIntRange::UPlaylistUserOptionIntRange() {
|
|
min = 0;
|
|
max = 0;
|
|
DefaultValue = 0;
|
|
IncrementValue = 0;
|
|
}
|
|
|