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