Add Actor Categories and Category dropdown filter in Map editor

This commit is contained in:
rob-v
2017-05-25 13:14:32 +02:00
committed by reaperrr
parent 8f4a92af99
commit 686686417f
4 changed files with 143 additions and 17 deletions

View File

@@ -18,6 +18,7 @@ namespace OpenRA.Mods.Common.Traits
{
public readonly HashSet<string> RequireTilesets = null;
public readonly HashSet<string> ExcludeTilesets = null;
public readonly string[] Categories;
}
public class EditorTilesetFilter { }