Files
2026-04-22 15:51:07 +02:00

10 lines
189 B
C++

#include "FortPublicAccountInfo.h"
FFortPublicAccountInfo::FFortPublicAccountInfo() {
this->Level = 0;
this->MaxLevel = 0;
this->LevelXp = 0;
this->LevelXpForLevel = 0;
}