예제 #1
0
파일: Manager.cs 프로젝트: eox/Aimtec-1
 public Manager(ICombo combo, IHarass harass, IJungleClear jungleClear, ILaneClear laneClear, ILasthit lasthit)
 {
     this.combo       = combo;
     this.harass      = harass;
     this.jungleClear = jungleClear;
     this.laneClear   = laneClear;
     this.lasthit     = lasthit;
 }
예제 #2
0
 public Manager(ICombo combo, IHarass harass, IJungleClear jungleClear, ILaneClear laneClear, ILasthit lasthit)
 {
     _combo       = combo;
     _harass      = harass;
     _jungleClear = jungleClear;
     _laneClear   = laneClear;
     _lasthit     = lasthit;
 }