/// <summary> /// Initializes a new instance of the <see cref="SOLOBootstrap"/> class. /// </summary> public SOLOBootstrap() { if (ObjectManager.Player.ChampionName != "Vayne") { return; } if (Variables.Instance != null) { return; } SOLOVayne = new SOLOVayne(); MenuGenerator = new MenuGenerator(); Antigapcloser = new SOLOAntigapcloser(); MenuGenerator.GenerateMenu(); Translator = new LanguageAdaptor(); PrintLoaded(); }