#67 fixed: spinners work again

This commit is contained in:
Chris Forbes
2009-11-01 22:30:28 +13:00
parent 33ef0f6e61
commit e62a0bc717
4 changed files with 16 additions and 4 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 int[] ScreenSpaceTurretOffset = { 0, 0 };
public UnitInfo(string name) { Name = name; }