From 953bd094847c309b46030593d120e56d30a4544e Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 10 Nov 2020 09:54:29 +0800 Subject: [PATCH] Merge commit '820e4f5728b5ec6ec6d7d9395b86c54e210c116c' 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 c6ce753..8574ff5 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -49,6 +49,8 @@ GuidePlayUpgradeEffect, // 无尽模式boss召唤结束 EndlessBossSummonEnd, + // 无尽模式boss死亡动作结束 + EndlessBossDeathActionEnd, // 无尽模式新的波次开始 EndlessBeginWave, // 无尽模式boss技能泡泡炸弹受到一次攻击 -- Gitblit v1.9.1