Allow multiple terrain (tile) categories

This commit is contained in:
rob-v
2017-05-23 16:41:03 +02:00
committed by reaperrr
parent 3abd65052c
commit 4b9c6c4746
3 changed files with 16 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenRA
public readonly int[] Frames;
public readonly int2 Size;
public readonly bool PickAny;
public readonly string Category;
public readonly string[] Categories;
public readonly string Palette;
readonly TerrainTileInfo[] tileInfo;