Exemple #1
0
 private void InjectPlayerBoostEventPublisher([GameObjectScope] BoostStats boostStats,
                                              [EventChannelScope] PlayerBoostEventChannel playerBoostEventChannel)
 {
     this.boostStats = boostStats;
     this.playerBoostEventChannel = playerBoostEventChannel;
 }
Exemple #2
0
 private void InjectBoostBarController([EventChannelScope] PlayerBoostEventChannel playerBoostEventChannel)
 {
     this.playerBoostEventChannel = playerBoostEventChannel;
 }