Remove ISync from RallyPoint

This commit is contained in:
abcdefg30
2019-12-15 22:57:45 +01:00
committed by reaperrr
parent f36d0cc214
commit dbe73a06ad

View File

@@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Traits
public object Create(ActorInitializer init) { return new RallyPoint(init.Self, this); } public object Create(ActorInitializer init) { return new RallyPoint(init.Self, this); }
} }
public class RallyPoint : IIssueOrder, IResolveOrder, ISync, INotifyOwnerChanged, INotifyCreated public class RallyPoint : IIssueOrder, IResolveOrder, INotifyOwnerChanged, INotifyCreated
{ {
const string OrderID = "SetRallyPoint"; const string OrderID = "SetRallyPoint";