From 9ed56dda66d5e8f6968730a46f908dfe1357c15e Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Mon, 16 Nov 2020 15:26:23 +0800 Subject: [PATCH] 修改法阵特效 修改loading适配 --- 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 bac28f7..00e98a7 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -81,6 +81,8 @@ EndlessOneTimeKillCount, // 无尽模式buff刷新 EndlessBuffRefresh, + //某一列出怪完毕 + WaveLineFinish, } } -- Gitblit v1.9.1