#include "AthenaLevelInfo.h" FAthenaLevelInfo::FAthenaLevelInfo() { this->AccountLevel = 0; this->Level = 0; this->MaxLevel = 0; this->LevelXp = 0; this->LevelXpForLevel = 0; this->BookLevel = 0; this->BookMaxLevel = 0; this->BookLevelXp = 0; this->BookLevelXpForLevel = 0; }