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

18 lines
384 B
C++
Executable file

#include "SeasonChallenge.h"
UTexture2D* USeasonChallenge::GetIconOutlined() {
return NULL;
}
UTexture2D* USeasonChallenge::GetIcon() {
return NULL;
}
USeasonChallenge::USeasonChallenge() {
this->NumberOfChoices = 0;
this->ChallengeWeight = 1.00f;
this->bIsSpecialChallenge = false;
this->MaxOccurences = 0;
this->ChallengeAfterMaxOccurences = NULL;
}