From 612955785ff7ba8c90b0cfa44d68c48355c89a40 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Fri, 11 Dec 2020 22:09:51 +0800 Subject: [PATCH] GameOver面板 --- 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..bcbdb9e 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -118,6 +118,8 @@ OpenAllTowerGrid, // 关闭了精灵升级界面 ElfUpgradePanelClosed, + // gameOver 结束 + GameOverEnd, } -- Gitblit v1.9.1