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