コード例 #1
0
ファイル: Olaf.cs プロジェクト: q51251/LeagueSharp-11
 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;
 }
コード例 #2
0
ファイル: Olaf.cs プロジェクト: 47110572/LeagueSharp-9
 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;
 }