예제 #1
0
파일: Enemy.cs 프로젝트: Xoxololz/Myng
 public bool SetGoalDestination(Vector2 dest)
 {
     return(movementAI.SetGoalDestination(dest));
 }