From bc14626b98377c39db4d77029326389bb34484a8 Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Sat, 31 Oct 2020 16:59:37 +0800
Subject: [PATCH] boss动作、结算特效、选择部分特效,关卡流程的bug

---
 Assets/Scripts/Event/EventType.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs
index c45ca8f..2433b74 100644
--- a/Assets/Scripts/Event/EventType.cs
+++ b/Assets/Scripts/Event/EventType.cs
@@ -43,6 +43,8 @@
         EndlessCompletedPort,
         // 无尽模式关卡结束
         EndlessLevelCompleted,
+        // 无尽模式boss召唤结束
+        EndlessBossSummonEnd,
     }
 
 }

--
Gitblit v1.9.1