Esempio n. 1
0
 public Insec(IWardTracker wardTracker, IWardManager wardManager, ISpellConfig spellConfig, IInsecManager insecManager)
 {
     _wardTracker  = wardTracker;
     _wardManager  = wardManager;
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
 }
Esempio n. 2
0
 public Insec(IWardTracker wardTracker, IWardManager wardManager, ISpellConfig spellConfig, IInsecManager insecManager)
 {
     this.wardTracker  = wardTracker;
     this.wardManager  = wardManager;
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
 }
Esempio n. 3
0
 public DrawManager(ISpellConfig spellConfig, IInsecManager insecManager, IDmg damage)
 {
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
     _damage       = damage;
 }
Esempio n. 4
0
 public KickFlash(ISpellConfig spellConfig, IInsecManager insecManager)
 {
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
 }
Esempio n. 5
0
 public DrawManager(ISpellConfig spellConfig, IInsecManager insecManager, IDmg damage)
 {
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
     this.damage       = damage;
 }
Esempio n. 6
0
 public KickFlash(ISpellConfig spellConfig, IInsecManager insecManager)
 {
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
 }