mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
12 lines
314 B
C++
12 lines
314 B
C++
#include "FortShowdownEventBestResultsSummary.h"
|
|
|
|
FFortShowdownEventBestResultsSummary::FFortShowdownEventBestResultsSummary() {
|
|
this->TotalScore = 0;
|
|
this->MatchesPlayed = 0;
|
|
this->NumVictoryRoyales = 0;
|
|
this->PlacementPoints = 0;
|
|
this->EliminationPoints = 0;
|
|
this->EntryFeePoints = 0;
|
|
}
|
|
|