Fixes unused fields.

This commit is contained in:
reaperrr
2014-03-07 14:28:22 +01:00
parent 8a318cad9b
commit c1954f498b

View File

@@ -31,8 +31,6 @@ namespace OpenRA.Mods.RA
{ {
[Sync] int charges; [Sync] int charges;
[Sync] int timeToRecharge; [Sync] int timeToRecharge;
[Sync] int initDelay;
[Sync] int chargeDelay;
public AttackCharge(Actor self) public AttackCharge(Actor self)
: base(self) : base(self)