Ejemplo n.º 1
0
        private static void GameEvents_GameStart()
        {
            if (ObjectManager.GetLocalPlayer().ChampionName != "Lux")
            {
                return;
            }

            var Lux = new Lux();
        }
Ejemplo n.º 2
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     Lux.Initialize();
 }