Example #1
0
 public void Step()
 {
     if (AIMode == EAIMode.Hand || Owner.IsDead())
     {
         return;
     }
     AIStateMachine.Step();
 }