From 080100a11100ac8ee44f0742d0a55b12d5db8485 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Fri, 11 Dec 2020 17:13:24 +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 47c26c3..bc34bc5 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -118,6 +118,8 @@ OpenAllTowerGrid, // 关闭了精灵升级界面 ElfUpgradePanelClosed, + // 不够开塔,也不够买塔 + SetTowerGridOpenRed, } -- Gitblit v1.9.1