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