Exemplo n.º 1
0
 static void Loading_OnLoadingComplete(EventArgs args)
 {
     Chat.Print("5.23 - SP Annie Loaded");
     Player.SetSkinId(8);
     Q               = new Spell.Targeted(SpellSlot.Q, 625);
     W               = new Spell.Targeted(SpellSlot.W, 625);
     E               = new Spell.Targeted(SpellSlot.E, 625);
     R               = new Spell.Targeted(SpellSlot.R, 600);
     Game.OnTick    += Game_OnTick;
     Drawing.OnDraw += OnDraw;
 }