コード例 #1
0
ファイル: Enemy.cs プロジェクト: Xoxololz/Myng
 public bool SetGoalDestination(Vector2 dest)
 {
     return(movementAI.SetGoalDestination(dest));
 }