mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
12 lines
279 B
C++
12 lines
279 B
C++
#include "AccountIdAndMatchEndData.h"
|
|
|
|
FAccountIdAndMatchEndData::FAccountIdAndMatchEndData() {
|
|
this->TotalScore = 0;
|
|
this->bCriticalMatchBonus = false;
|
|
this->NumMissionPoints = 0;
|
|
this->TheaterNum = 0;
|
|
this->OutpostNum = 0;
|
|
this->bAbandoning = false;
|
|
}
|
|
|