From 8637f933a9987b4b16dd9725189a1c6ee2685118 Mon Sep 17 00:00:00 2001
From: River Jiang <546213258@qq.com>
Date: Wed, 28 Oct 2020 10:12:05 +0800
Subject: [PATCH] 提交充能条特效修改 Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master

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

diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs
index 71bc40e..c45ca8f 100644
--- a/Assets/Scripts/Event/EventType.cs
+++ b/Assets/Scripts/Event/EventType.cs
@@ -38,7 +38,11 @@
         // 火元素塔充能使用结束
         FireTowerChargeEnd,
         //新手引导结束
-        GuideFinish
+        GuideFinish,
+        // 无尽模式成功通过第*关,第*波
+        EndlessCompletedPort,
+        // 无尽模式关卡结束
+        EndlessLevelCompleted,
     }
 
 }

--
Gitblit v1.9.1