예제 #1
0
파일: Program.cs 프로젝트: Zypppy/AimTec
        private static void GameEvents_GameStart()
        {
            if (ObjectManager.GetLocalPlayer().ChampionName != "Lux")
            {
                return;
            }

            var Lux = new Lux();
        }
예제 #2
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     Lux.Initialize();
 }