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

Obj_AI_Base_OnNewPath() private method

private Obj_AI_Base_OnNewPath ( Obj_AI_Base sender, GameObjectNewPathEventArgs args ) : void
sender Obj_AI_Base
args GameObjectNewPathEventArgs
return void
        private void Obj_AI_Base_OnNewPath(Obj_AI_Base sender, GameObjectNewPathEventArgs args)
        {
            if (!sender.IsMe)
            {
                return;
            }

            Axe.CatchAxe();
        }