Assets.Characters.AiScripts.States.FollowThisState.IsDoneExecuting C# (CSharp) Method

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool
        public bool IsDoneExecuting()
        {
            // Should maybe be determed by mood?
            return false;
        }