示例#1
0
 public Building ObtainAttackObject(Soldier sod)
 {
     return sod.FindShortestPathObject(mBuildingsInfoInGame);
 }