예제 #1
0
 private void EndDialog()
 {
     dialog        = null;
     dialogStarted = false;
     leftUI.Hide();
     rightUI.Hide();
 }
예제 #2
0
 void SetLine(DialogAdvancer activeUI, DialogAdvancer inactiveUI, string text)
 {
     activeUI._Dialog = text;
     activeUI.Show();
     inactiveUI.Hide();
 }