AnodyneSharp.States.MenuSubstates.DialogueSubstate.SetDialogue C# (CSharp) Method

SetDialogue() protected method

protected SetDialogue ( string text ) : void
text string
return void
        protected void SetDialogue(string text)
        {
            GlobalState.Dialogue = text;

            _subsubstate = new DialogueState(true);
        }
    }