mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
264 B
C++
15 lines
264 B
C++
#include "AthenaSeasonEntry.h"
|
|
|
|
FAthenaSeasonEntry::FAthenaSeasonEntry() {
|
|
BookLevel = 0;
|
|
BookXp = 0;
|
|
NumHighBracket = 0;
|
|
NumLowBracket = 0;
|
|
NumWins = 0;
|
|
PurchasedVIP = false;
|
|
SeasonLevel = 0;
|
|
SeasonNumber = 0;
|
|
SeasonXp = 0;
|
|
}
|
|
|