7 lines
159 B
C++
Executable file
7 lines
159 B
C++
Executable file
#include "ControlEnemyState.h"
|
|
|
|
FControlEnemyState::FControlEnemyState() {
|
|
this->ControlledEnemy = NULL;
|
|
this->InitialTargetBlendTotalTime = 0.00f;
|
|
}
|
|
|