private void InjectPlayerDeathEventPublisher([EntityScope] Health health, [EventChannelScope] PlayerDeathEventChannel eventChannel) { this.health = health; this.eventChannel = eventChannel; }