9 lines
239 B
C++
Executable file
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;
|
|
}
|
|
|