Ejemplo n.º 1
0
 public string GetTerrainText()
 {
     return(terrainTile == null ? "" : terrainTile.GetText());
 }