mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
260 B
C++
15 lines
260 B
C++
#include "AthenaLevelInfo.h"
|
|
|
|
FAthenaLevelInfo::FAthenaLevelInfo() {
|
|
AccountLevel = 0;
|
|
Level = 0;
|
|
MaxLevel = 0;
|
|
LevelXp = 0;
|
|
LevelXpForLevel = 0;
|
|
BookLevel = 0;
|
|
BookMaxLevel = 0;
|
|
BookLevelXp = 0;
|
|
BookLevelXpForLevel = 0;
|
|
}
|
|
|