Allow actors to exist in multiple building queues.

This commit is contained in:
Paul Chote
2013-07-12 21:52:09 +12:00
parent d43acfe94b
commit c5089db19c
5 changed files with 11 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Mods.RA
public readonly string[] Prerequisites = { };
public readonly string[] Owner = { };
public readonly string Queue;
public readonly string[] Queue = { };
public readonly int BuildLimit = 0;
// TODO: UI fluff; doesn't belong here