From cd7c9d87bec51d3283c17e70a13be302a56c5722 Mon Sep 17 00:00:00 2001
From: client_Lhy <995049470@qq.com>
Date: 星期三, 03 七月 2019 10:07:43 +0800
Subject: [PATCH] 7677 子 【2.0.200】【开发】灵器系统
---
Lua/LuaOneLevelWindow.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Lua/LuaOneLevelWindow.cs b/Lua/LuaOneLevelWindow.cs
index 4ff5ded..3ca06c5 100644
--- a/Lua/LuaOneLevelWindow.cs
+++ b/Lua/LuaOneLevelWindow.cs
@@ -47,6 +47,11 @@
table.Get("OnDestroy", out luaOnDestroy);
}
+ public void CloseAllChildWindow()
+ {
+ CloseSubWindows();
+ }
+
void OnDestroy()
{
if (luaOnDestroy != null)
--
Gitblit v1.8.0