DRG-Femboy-Voice/Source/FSD/Private/CharacterProgress.cpp
2025-04-15 12:39:31 -07:00

11 lines
237 B
C++
Executable file

#include "CharacterProgress.h"
FCharacterProgress::FCharacterProgress() {
this->characterID = NULL;
this->Level = 0;
this->Progress = 0.00f;
this->CurrentXP = 0;
this->NextLevelXP = 0;
this->TimesRetired = 0;
}