Exemplo n.º 1
0
        static void OnFrame(object sender, EventArgs e)
        {
            WoWSpell.Pulse();
            ScriptManager.Pulse();
            Mover.Pulse();
            Bot.Pulse();

            if (OnFrameOnce != null)
            {
                OnFrameOnce();
                OnFrameOnce = null;
            }
        }