コード例 #1
0
 public bool CheckDeath(int positionx, int positiony)
 {
     return(_astar.CheckDeath(positionx, positiony));
 }