Fixes unused fields.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user