コード例 #1
0
ファイル: WorldUtils.cs プロジェクト: test71/OpenRA
 public static TerrainTypeInfo GetTerrainInfo(this World world, int2 cell)
 {
     return(world.TileSet.Terrain[world.GetTerrainType(cell)]);
 }