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

9 lines
188 B
C++
Executable file

#include "ChallengeSaveInfo.h"
FChallengeSaveInfo::FChallengeSaveInfo() {
this->CurrentWins = 0;
this->NumberOfWins = 0;
this->XPCompleteGain = 0;
this->TokenGain = 0;
}