This commit is contained in:
Chris Forbes
2009-12-17 21:05:49 +13:00
parent c4c4d6cd00
commit ea211fcc1c
7 changed files with 166 additions and 29 deletions

View File

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