This commit is contained in:
Chris Forbes
2009-10-31 18:42:49 +13:00
parent 4201f40f6b
commit 8cd7106e4f
5 changed files with 56 additions and 20 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenRa.Game.GameRules
public readonly string[] BuiltAt = { };
public readonly int[] PrimaryOffset = { 0, 0 };
public readonly int[] SecondaryOffset = null;
public readonly int Recoil = 0;
public UnitInfo(string name) { Name = name; }