示例#1
0
文件: Enemy.cs 项目: Xoxololz/Myng
 public bool SetGoalDestination(Vector2 dest)
 {
     return(movementAI.SetGoalDestination(dest));
 }