Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public Manager(ICombo combo, IHarass harass, IJungleClear jungleClear, ILaneClear laneClear, ILasthit lasthit)
 {
     _combo       = combo;
     _harass      = harass;
     _jungleClear = jungleClear;
     _laneClear   = laneClear;
     _lasthit     = lasthit;
 }