7 lines
174 B
C++
Executable file
7 lines
174 B
C++
Executable file
#include "SimpleSpecialEventSpawner.h"
|
|
|
|
USimpleSpecialEventSpawner::USimpleSpecialEventSpawner() {
|
|
this->Positioning = NULL;
|
|
this->EventAvoidanceRadius = 700.00f;
|
|
}
|
|
|