add ISync to all traits that have [Sync] members
This commit is contained in:
@@ -13,7 +13,7 @@ namespace OpenRA.Mods.RA
|
||||
public object Create(ActorInitializer init) { return new ProximityCapturable(init.self, this); }
|
||||
}
|
||||
|
||||
public class ProximityCapturable : ITick
|
||||
public class ProximityCapturable : ITick, ISync
|
||||
{
|
||||
[Sync]
|
||||
public Player Owner { get { return Captured ? Self.Owner : OriginalOwner; } }
|
||||
|
||||
Reference in New Issue
Block a user