Esempio n. 1
0
 public Olaf()
 {
     olafSpells           = new OlafSpells();
     olafMenu             = new OlafMenu(olafSpells, out olafOrbwalker);
     olafPotions          = new OlafPotions(olafMenu);
     olafCore             = new OlafCore(olafSpells, olafOrbwalker, olafMenu);
     olafLegacysAxeFinder = new OlafLegacysAxeFinder(olafMenu);
     olafDrawingSpells    = new OlafDrawingSpells(olafMenu, olafSpells);
     commonForceUltimate  = new CommonForceUltimate(olafMenu, olafSpells, olafOrbwalker);
     commonForceUltimate.ForceUltimate = olafCore.ForceUltimate;
 }
Esempio n. 2
0
 public Olaf()
 {
     olafSpells = new OlafSpells();
     olafMenu = new OlafMenu(olafSpells, out olafOrbwalker);
     olafPotions = new OlafPotions(olafMenu);
     olafCore = new OlafCore(olafSpells, olafOrbwalker, olafMenu);
     olafLegacysAxeFinder = new OlafLegacysAxeFinder(olafMenu);
     olafDrawingSpells = new OlafDrawingSpells(olafMenu, olafSpells);
     commonForceUltimate = new CommonForceUltimate(olafMenu, olafSpells, olafOrbwalker);
     commonForceUltimate.ForceUltimate = olafCore.ForceUltimate;
 }