Пример #1
0
 public bool SetGoalDestination(Vector2 dest)
 {
     return(movementAI.SetGoalDestination(dest));
 }