7 lines
161 B
C++
Executable file
7 lines
161 B
C++
Executable file
#include "SeasonalEventEntryChance.h"
|
|
|
|
FSeasonalEventEntryChance::FSeasonalEventEntryChance() {
|
|
this->SpecialEvent = NULL;
|
|
this->SpawnChance = 0.00f;
|
|
}
|
|
|