Migrate tileset names to Fluent.

This commit is contained in:
Paul Chote
2025-04-27 14:28:37 +01:00
committed by Gustas Kažukauskas
parent 246a1b9fec
commit 90013bc6d3
17 changed files with 43 additions and 14 deletions

View File

@@ -68,6 +68,7 @@ namespace OpenRA.Mods.Common.Terrain
public class DefaultTerrain : ITemplatedTerrainInfo, ITerrainInfoNotifyMapCreated
{
[FluentReference]
public readonly string Name;
public readonly string Id;
public readonly Size TileSize = new(24, 24);