コード例 #1
0
 public string GetTerrainText()
 {
     return(terrainTile == null ? "" : terrainTile.GetText());
 }