Renamed SyncAttribute to VerifySyncAttribute
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ec75dcd9e9
commit
d4fd66adf9
@@ -82,25 +82,25 @@ namespace OpenRA.Mods.Common.Traits
|
||||
readonly DeveloperModeInfo info;
|
||||
public bool Enabled { get; private set; }
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool fastCharge;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool allTech;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool fastBuild;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool disableShroud;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool pathDebug;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool unlimitedPower;
|
||||
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool buildAnywhere;
|
||||
|
||||
public bool FastCharge => Enabled && fastCharge;
|
||||
|
||||
Reference in New Issue
Block a user