From 48887b1aee3cee66de848a3ac620b52ecf4c0160 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 27 Oct 2023 13:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E6=94=AF=E6=8C=81Shudown?= =?UTF-8?q?=E4=B8=8D=E5=85=B3=E9=97=AD=E6=B8=B8=E6=88=8F=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 框架支持Shudown不关闭游戏重启 --- .../Main/Launcher/Scripts/UI/UILoadUpdate.cs | 6 +-- .../Modules/DebugerModule/DebuggerModule.cs | 2 +- .../TEngine/Runtime/Modules/GameModule.cs | 39 ++++++++++++++++++- .../Modules/ModuleCore/ModuleSystem.cs | 3 +- .../Runtime/Modules/UIModule/UIModule.cs | 4 ++ 5 files changed, 47 insertions(+), 7 deletions(-) diff --git a/UnityProject/Assets/GameScripts/Main/Launcher/Scripts/UI/UILoadUpdate.cs b/UnityProject/Assets/GameScripts/Main/Launcher/Scripts/UI/UILoadUpdate.cs index 74087ab6..6f2285bc 100644 --- a/UnityProject/Assets/GameScripts/Main/Launcher/Scripts/UI/UILoadUpdate.cs +++ b/UnityProject/Assets/GameScripts/Main/Launcher/Scripts/UI/UILoadUpdate.cs @@ -23,6 +23,7 @@ namespace GameMain m_btnClear = FindChildComponent