Renamed SyncAttribute to VerifySyncAttribute
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ec75dcd9e9
commit
d4fd66adf9
@@ -39,13 +39,13 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public event Action<Actor> OnEnteredDropRange = self => { };
|
||||
public event Action<Actor> OnExitedDropRange = self => { };
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool inDropRange;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
Target target;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
int dropDelay;
|
||||
|
||||
bool checkForSuitableCell;
|
||||
|
||||
Reference in New Issue
Block a user