Assets.Characters.AiScripts.States.FollowThisState.IsDoneExecuting C# (CSharp) Méthode

IsDoneExecuting() public méthode

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