示例#1
0
 private static void OnLoadingComplete(EventArgs args)
 {
     if (Player.Instance.Hero != Champion.Xerath)
     {
         return;
     }
     Spells.InitializeSpells();
     Menus.CreateMenu();
     //Added by Ouija
     Drawings.CreateDrawings();
     //Added by Ouija
     Chat.Print("<font color = #000099>Xerath Loaded</font>");
     //this prints my shit on the chat
     Game.OnTick += OnTick;
     //uses ontick
 }