This commit is contained in:
Chris Forbes
2009-11-09 15:51:24 +13:00
parent 651399ed19
commit 73429dcbc9
4 changed files with 15 additions and 2 deletions

View File

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