示例#1
0
 public Vladimir(string menuDisplay) : base(menuDisplay)
 {
     KoreanVladimir.Spells.Load(this);
     CustomMenu.Load(this);
     VladCore = new Core(this);
     ForceUltimate.ForceUltimate = VladCore.Ultimate;
     var keepKillingYourself = new KeepEAlive(this);
     var cmonBaby = new FuckinAntiGapCloser(this);
     var draws = new Draws(this);
 }
示例#2
0
 public Vladimir(string menuDisplay) : base(menuDisplay)
 {
     KoreanVladimir.Spells.Load(this);
     CustomMenu.Load(this);
     VladCore = new Core(this);
     ForceUltimate.ForceUltimate = VladCore.Ultimate;
     var keepKillingYourself = new KeepEAlive(this);
     var cmonBaby            = new FuckinAntiGapCloser(this);
     var draws = new Draws(this);
 }