From 0ff8f9bc2818c3171305c7242adf586f0f7991b5 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Fri, 11 Dec 2020 14:44:22 +0800 Subject: [PATCH] 精灵升级弹出界面 --- 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 4f69eda..47c26c3 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -116,6 +116,8 @@ PlayGetGoldPS, // 开启所有塔位 OpenAllTowerGrid, + // 关闭了精灵升级界面 + ElfUpgradePanelClosed, } -- Gitblit v1.9.1