public void OnDragonDamaged(DragonX.DragonHealthEventData @event) { if (@event.Color != color) { return; } UpdateHealth(@event); }