Replace Tileset id with Environment name.

This commit is contained in:
Paul Chote
2025-04-27 14:51:51 +01:00
committed by Gustas Kažukauskas
parent 90013bc6d3
commit 5b7a714ac2
5 changed files with 15 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRA
public interface ITerrainInfo
{
string Id { get; }
string Name { get; }
Size TileSize { get; }
TerrainTypeInfo[] TerrainTypes { get; }
TerrainTileInfo GetTerrainInfo(TerrainTile r);