Exemplo 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;
 }
Exemplo n.º 2
0
        public OldHarassAbility(IHarass ability)
            : base(ability)
        {
            //todo move orb to own group ?

            this.Harass = ability;
            this.isOrb  = ability is OrbAbility;
        }
Exemplo n.º 3
0
 public Manager(ICombo combo, IHarass harass, IJungleClear jungleClear, ILaneClear laneClear, ILasthit lasthit)
 {
     _combo       = combo;
     _harass      = harass;
     _jungleClear = jungleClear;
     _laneClear   = laneClear;
     _lasthit     = lasthit;
 }
Exemplo n.º 4
0
 // Token: 0x060008A1 RID: 2209 RVA: 0x00006552 File Offset: 0x00004752
 public OldHarassAbility(IHarass ability) : base(ability)
 {
     this.Harass = ability;
     this.isOrb  = (ability is OrbAbility);
 }