10 lines
266 B
C++
Executable file
10 lines
266 B
C++
Executable file
#include "VanityMasterySettings.h"
|
|
|
|
FVanityMasterySettings::FVanityMasterySettings() {
|
|
this->TotalMasteryLevels = 0;
|
|
this->XP_RequiredPerLevel = 0;
|
|
this->XP_ForCreditSpent = 0;
|
|
this->XP_ForMineralSpent = 0;
|
|
this->FashionitesLevelUpReward = 0;
|
|
}
|
|
|