Beispiel #1
0
 static void Game_OnGameLoad(EventArgs args)
 {
     if (ObjectManager.Player.CharacterName.ToLowerInvariant() == "chogath")
     {
         ChoGath chogath = new ChoGath();
     }
 }
Beispiel #2
0
        public FlashUlt(ChoGath choGath)
        {
            this.choGath = choGath;
            flash        = FlashSpell.Flash(choGath.Player);

            Game.OnUpdate += Game_OnUpdate;
        }
Beispiel #3
0
        public FlashUlt(ChoGath choGath)
        {
            this.choGath = choGath;
            flash = FlashSpell.Flash(choGath.Player);

            Game.OnUpdate += Game_OnUpdate;
        }
Beispiel #4
0
 static void Game_OnGameLoad(EventArgs args)
 {
     if (ObjectManager.Player.ChampionName.ToLowerInvariant() == "chogath")
     {
         ChoGath chogath = new ChoGath();
     }
 }