mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
11 lines
237 B
C++
11 lines
237 B
C++
#include "RoundTechDataCache.h"
|
|
|
|
FRoundTechDataCache::FRoundTechDataCache() {
|
|
this->LevelAtRoundStart = 0;
|
|
this->FactionXPAtRoundStart = 0;
|
|
this->bDataReady = false;
|
|
this->MaxCalandarLevel = 0;
|
|
this->MaxLevel = 0;
|
|
}
|
|
|