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