AkaCore.Features.Orbwalk.AutoCatch.Events.Obj_AI_Base_OnNewPath C# (CSharp) Метод

Obj_AI_Base_OnNewPath() приватный Метод

private Obj_AI_Base_OnNewPath ( Obj_AI_Base sender, GameObjectNewPathEventArgs args ) : void
sender Obj_AI_Base
args GameObjectNewPathEventArgs
Результат void
        private void Obj_AI_Base_OnNewPath(Obj_AI_Base sender, GameObjectNewPathEventArgs args)
        {
            if (!sender.IsMe)
            {
                return;
            }

            Axe.CatchAxe();
        }