Renamed SyncAttribute to VerifySyncAttribute

This commit is contained in:
Pavel Penev
2023-12-05 15:06:48 +02:00
committed by Gustas Kažukauskas
parent ec75dcd9e9
commit d4fd66adf9
66 changed files with 117 additions and 114 deletions

View File

@@ -45,10 +45,10 @@ namespace OpenRA.Mods.Common.Traits
{
readonly IHealth health;
[Sync]
[VerifySync]
int ticks;
[Sync]
[VerifySync]
int damageTicks;
public ChangesHealth(Actor self, ChangesHealthInfo info)