예제 #1
0
 public Insec(IWardTracker wardTracker, IWardManager wardManager, ISpellConfig spellConfig, IInsecManager insecManager)
 {
     _wardTracker  = wardTracker;
     _wardManager  = wardManager;
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
 }
예제 #2
0
파일: Insec.cs 프로젝트: eox/Aimtec-1
 public Insec(IWardTracker wardTracker, IWardManager wardManager, ISpellConfig spellConfig, IInsecManager insecManager)
 {
     this.wardTracker  = wardTracker;
     this.wardManager  = wardManager;
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
 }
예제 #3
0
 public DrawManager(ISpellConfig spellConfig, IInsecManager insecManager, IDmg damage)
 {
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
     _damage       = damage;
 }
예제 #4
0
 public KickFlash(ISpellConfig spellConfig, IInsecManager insecManager)
 {
     _spellConfig  = spellConfig;
     _insecManager = insecManager;
 }
예제 #5
0
파일: DrawManager.cs 프로젝트: eox/Aimtec-1
 public DrawManager(ISpellConfig spellConfig, IInsecManager insecManager, IDmg damage)
 {
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
     this.damage       = damage;
 }
예제 #6
0
 public KickFlash(ISpellConfig spellConfig, IInsecManager insecManager)
 {
     this.spellConfig  = spellConfig;
     this.insecManager = insecManager;
 }