private static void Loading_OnLoadingComplete(EventArgs args) { if (Player.Instance.ChampionName != "Garen") { return; } VersionChecker.Check(); Loader.Initialize(); // ReCore BETA Config.Initialize(); Drawing.OnDraw += OnDraw; Game.OnTick += OnTick; Game.OnUpdate += OnTick; Drawing.OnEndScene += OnEndScene; Chat.Print("ReGaren Yuklendi iyi oyunlar. Ceviri TekinTR;"); }
private static void Loading_OnLoadingComplete(EventArgs args) { if (Player.Instance.ChampionName != "Garen") { return; } VersionChecker.Check(); Loader.Initialize(); // ReCore BETA Humanizer.Initialize(); MenuLoader.Initialize(); Drawing.OnDraw += OnDraw; Game.OnTick += OnTick; Game.OnUpdate += OnTick; Orbwalker.OnUnkillableMinion += LastHit.OnUnkillableMinion; Drawing.OnEndScene += OnEndScene; Interrupter.OnInterruptableSpell += Interrupter_OnInterruptableSpell; Chat.Print("<font color='#FFFFFF'>ReGaren v." + VersionChecker.AssVersion + " has been loaded.</font>"); }