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