少年修仙传客户端代码仓库
client_linchunjie
2019-04-26 a7aaedcdca11a7ea037c06c01aad7b9407a28fe5
System/Treasure/NormalDialogueWin.cs
@@ -84,7 +84,6 @@
            timer += Time.deltaTime;
            if (timer >= autoSeconds)
            {
                timer = 0f;
                OnClickEmpty();
            }
@@ -118,6 +117,9 @@
        private void DisplayDialogue()
        {
            timer = 0f;
            DisplayTime();
            if (speakTypes == null || dialogues == null)
            {
                return;