コード例 #1
0
 public bool CanMovePlace(Vector2Int place)
 {
     return(CurrentStage.CanMove(place));
 }