GameFramework.AiLogic_Npc_General.PatrolCommandHandler C# (CSharp) Method

PatrolCommandHandler() private method

private PatrolCommandHandler ( EntityInfo entity, long deltaTime ) : void
entity EntityInfo
deltaTime long
return void
        private void PatrolCommandHandler(EntityInfo entity, long deltaTime)
        {
            AiLogicUtility.DoPatrolCommandState(entity, deltaTime, this);
        }