少年修仙传客户端代码仓库
lwb
2021-02-22 a9b4bb435fc0eda83fa5338f40ff854bd9844361
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)