예제 #1
0
 private void SetDialogue(DialogueUI show, DialogueUI hide, string text)
 {
     show.ShowUI();
     hide.HideUI();
     show.Dialogue(text);
     typingState = TypingState.Typing;
 }