mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
273 B
C++
13 lines
273 B
C++
#include "FortInGameLeaderboardPlacementData.h"
|
|
|
|
FFortInGameLeaderboardPlacementData::FFortInGameLeaderboardPlacementData() {
|
|
Score = 0;
|
|
ScoreToWin = 0;
|
|
TeamNum = 0;
|
|
Placement = 0;
|
|
SortIndex = 0;
|
|
bRepresentsLocalPlayer = false;
|
|
PctToWin = 1;
|
|
}
|
|
|