From 87f738085e7ad984316919264220a6340c8fdbb1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 19 二月 2021 18:00:11 +0800
Subject: [PATCH] 0312 节日祝福 1级标签按钮显隐控制
---
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