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