示例#1
0
 public PlayerTroop GetNearestPlayerTroop(Vector2 origin, float range)
 {
     return(playerSquad.GetNearestTroop(origin, range));
 }