allows delaying of fire action

This commit is contained in:
Chris Forbes
2009-12-13 12:48:04 +13:00
parent 42bd51f2b0
commit 170ee73b42
3 changed files with 36 additions and 11 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenRa.Game.GameRules
public readonly int SelectionPriority = 10;
public readonly int InitialFacing = 128;
public readonly bool Selectable = true;
public readonly int FireDelay = 0;
public UnitInfo(string name) { Name = name; }
}