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

17 lines
399 B
C++
Executable file

#include "Season.h"
void USeason::AddUnassignedReward(int32 Index, UReward* Reward) {
}
void USeason::AddLevel(int32 Index, UReward* Reward, UReward* specialReward) {
}
USeason::USeason() {
this->SeasonNumber = 0;
this->TreeOfVanity = NULL;
this->SeasonDLC = NULL;
this->NumberOfScripChallenges = 0;
this->SeasonWaveInMissionChance = 0.00f;
this->SeasonWarning = NULL;
}