mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
10 lines
231 B
C++
10 lines
231 B
C++
#include "FortAIDirectorEvent.h"
|
|
|
|
FFortAIDirectorEvent::FFortAIDirectorEvent() {
|
|
this->Event = EFortAIDirectorEvent::PlayerAIEnemies;
|
|
this->EventSource = NULL;
|
|
this->EventTarget = NULL;
|
|
this->EventValue = 0.00f;
|
|
}
|
|
|