From d185e655cd926e45ed7f7ce3f59af7dc23b4c372 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 22 Dec 2020 09:53:07 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.218.140:8090/r/GemBattle into master --- Assets/Scripts/Event/EventType.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs index 4f69eda..bcbdb9e 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -116,6 +116,10 @@ PlayGetGoldPS, // 开启所有塔位 OpenAllTowerGrid, + // 关闭了精灵升级界面 + ElfUpgradePanelClosed, + // gameOver 结束 + GameOverEnd, } -- Gitblit v1.9.1