From eafda00b2799204f913a11c835bd9ca7c64dd1e7 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Sat, 28 Nov 2020 17:02:28 +0800 Subject: [PATCH] GM Panel修改 --- 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 6e84ada..bcda310 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -105,6 +105,8 @@ JsonDataReadDone, //播放金币获得特效 PlayGetGoldPS, + // 开启所有塔位 + OpenAllTowerGrid, } -- Gitblit v1.9.1