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

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool
        public bool IsDoneExecuting()
        {
            return _state == State.Done;
        }