Add missing ISync

This commit is contained in:
Matthias Mailänder
2022-06-07 22:11:51 +02:00
committed by abcdefg30
parent d050fe9f26
commit 1969ae361c

View File

@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits
public override object Create(ActorInitializer init) { return new ChangesHealth(init.Self, this); } public override object Create(ActorInitializer init) { return new ChangesHealth(init.Self, this); }
} }
class ChangesHealth : ConditionalTrait<ChangesHealthInfo>, ITick, INotifyDamage class ChangesHealth : ConditionalTrait<ChangesHealthInfo>, ITick, INotifyDamage, ISync
{ {
readonly IHealth health; readonly IHealth health;