예제 #1
0
파일: WorldUtils.cs 프로젝트: test71/OpenRA
 public static TerrainTypeInfo GetTerrainInfo(this World world, int2 cell)
 {
     return(world.TileSet.Terrain[world.GetTerrainType(cell)]);
 }