예제 #1
0
 public void StartText(string[] s, EventTileCallBack callback)
 {
     Debug.Log("START");
     strings       = s;
     cb            = callback;
     stringRoutine = StartCoroutine(ShowString(s[0]));
     GameManager.instance.IsInputOk = false;
 }
예제 #2
0
 public void ShowTextUI(string[] s, EventTileCallBack cb)
 {
     textUI.StartText(s, cb);
 }