Files
FNGameProj/Source/FortniteUI/Private/FortShowdownEventBestResultsSummary.cpp
2024-01-21 00:41:14 +01:00

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;
}