This commit is contained in:
Chris Forbes
2009-11-09 23:20:19 +13:00
parent 0040db61cd
commit df00598d98
5 changed files with 26 additions and 4 deletions

View File

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