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; }