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

9 lines
239 B
C++
Executable file

#include "SpecialEventSettings.h"
USpecialEventSettings::USpecialEventSettings() {
this->EventRewardFramePositioning = NULL;
this->EventRewardRadius = 500.00f;
this->CreditsReward = 1000.00f;
this->XPReward = 1000.00f;
}