Files
FNGameProj/Source/FortniteGame/Private/RuntimeOptionTournamentScoreThreshold.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
190 B
C++

#include "RuntimeOptionTournamentScoreThreshold.h"
FRuntimeOptionTournamentScoreThreshold::FRuntimeOptionTournamentScoreThreshold() {
StartingPlacement = 0;
PointsIncrement = 0;
}