Add missing ISync
This commit is contained in:
committed by
abcdefg30
parent
d050fe9f26
commit
1969ae361c
@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user