From af03e1ad530c4a8ea2423a7f5ed6b5533a8c308f Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Sat, 31 Oct 2020 17:27:02 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- 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 e5cef6b..ca53715 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -47,6 +47,8 @@ PlayAppearEffect, //新手引导合成特效 GuidePlayUpgradeEffect, + // 无尽模式boss召唤结束 + EndlessBossSummonEnd, } } -- Gitblit v1.9.1