Remove ISync from AttackMove.

This commit is contained in:
tovl
2019-03-23 14:46:10 +01:00
committed by Oliver Brakmann
parent 151fea9c00
commit 5782dde1c7

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits
public object Create(ActorInitializer init) { return new AttackMove(init.Self, this); }
}
class AttackMove : INotifyCreated, ITick, IResolveOrder, IOrderVoice, ISync
class AttackMove : INotifyCreated, ITick, IResolveOrder, IOrderVoice
{
public readonly AttackMoveInfo Info;
readonly IMove move;