示例#1
0
    public void UpdateDialouge(string dialouge)
    {
        // if box is not active, show the dialouge

        dtext.text = dialouge;
        dBox.ShowDialougeBox();
        isBoxActive = true;
    }