This commit is contained in:
Chris Forbes
2011-11-05 11:40:13 +13:00
parent cd155b21c9
commit bd90666c07
4 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ namespace OpenRA.Mods.RA
public readonly float ProneDamage = .5f;
public readonly decimal ProneSpeed = .5m;
public readonly int[] BarrelOffset = null;
public object Create(ActorInitializer init) { return new TakeCover(this); }
}