Ejemplo n.º 1
0
 public bool IsDoorPlace(Vector2Int place)
 {
     return(CurrentStage.IsDoorTile(place));
 }