AkaCore.Features.Orbwalk.AutoCatch.Events.Game_OnUpdate C# (CSharp) Method

Game_OnUpdate() private method

private Game_OnUpdate ( EventArgs args ) : void
args System.EventArgs
return void
        private void Game_OnUpdate(EventArgs args)
        {
            Axe.QReticles.RemoveAll(x => x.Object.IsDead);

            Axe.CatchAxe();
        }