From a9b4bb435fc0eda83fa5338f40ff854bd9844361 Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期一, 22 二月 2021 17:53:33 +0800
Subject: [PATCH] Merge branch 'master' into ILRuntime
---
System/WindowBase/OneLevelWin.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/WindowBase/OneLevelWin.cs b/System/WindowBase/OneLevelWin.cs
index cd1b0c1..33dc7ff 100644
--- a/System/WindowBase/OneLevelWin.cs
+++ b/System/WindowBase/OneLevelWin.cs
@@ -133,6 +133,11 @@
m_Group.SetFunctionListener(order, callBack);
}
+ public void SetFunctionButtonActive(int order, bool isShow)
+ {
+ m_Group.SetFunctionButtonActive(order, isShow);
+ }
+
private void OnPlayerDataUpdate(PlayerDataType type)
{
switch (type)
--
Gitblit v1.8.0