7 lines
120 B
C++
Executable file
7 lines
120 B
C++
Executable file
#include "SpecialEvent.h"
|
|
|
|
USpecialEvent::USpecialEvent() {
|
|
this->Weight = 1.00f;
|
|
this->EventSpawner = NULL;
|
|
}
|
|
|