Esempio n. 1
0
 private void InjectDestroyAfterDelay([GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.entityDestroyer = entityDestroyer;
 }
Esempio n. 2
0
 private void InjectInstanciateOnDestroy([GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.entityDestroyer = entityDestroyer;
 }
 private void InjectDestroyOnEffectStimulus([EntityScope] EffectStimulus effectStimulus,
                                            [GameObjectScope] EntityDestroyer entityDestroyer)
 {
     this.effectStimulus  = effectStimulus;
     this.entityDestroyer = entityDestroyer;
 }