put attack traits into the syncreport.log

This commit is contained in:
Matthias Mailänder
2013-03-19 12:31:33 +01:00
parent 78f961f653
commit c41ad3d600
5 changed files with 11 additions and 11 deletions

View File

@@ -50,9 +50,9 @@ namespace OpenRA.Mods.RA
}
}
public abstract class AttackBase : IIssueOrder, IResolveOrder, ITick, IExplodeModifier, IOrderVoice
public abstract class AttackBase : IIssueOrder, IResolveOrder, ITick, IExplodeModifier, IOrderVoice, ISync
{
public bool IsAttacking { get; internal set; }
[Sync] public bool IsAttacking { get; internal set; }
public List<Weapon> Weapons = new List<Weapon>();
public List<Turret> Turrets = new List<Turret>();