Esempio n. 1
0
 public static TerrainTypeInfo GetTerrainInfo(this World world, int2 cell)
 {
     return(world.TileSet.Terrain[world.GetTerrainType(cell)]);
 }