Renamed SyncAttribute to VerifySyncAttribute
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ec75dcd9e9
commit
d4fd66adf9
@@ -61,10 +61,10 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public WPos DockPosition => self.CenterPosition + Info.DockOffset;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool preventDock = false;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
protected Actor dockedClientActor = null;
|
||||
protected DockClientManager dockedClient = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user