Added Buildable->BuildLimit option to limit the number of actors a player can build of the type

This commit is contained in:
Carko
2013-01-04 02:40:17 +01:00
committed by Chris Forbes
parent 0c104cfc3a
commit a51c5fd9ca
3 changed files with 46 additions and 26 deletions

View File

@@ -22,6 +22,7 @@ namespace OpenRA.Mods.RA
public readonly string Queue;
public readonly bool Hidden = false;
public readonly int BuildLimit = 0;
// todo: UI fluff; doesn't belong here
public readonly int BuildPaletteOrder = 9999;