少年修仙传客户端代码仓库
lwb
2021-02-22 a9b4bb435fc0eda83fa5338f40ff854bd9844361
UI/Common/FunctionButtonGroup.cs
@@ -233,6 +233,13 @@
            }
        }
        public void SetFunctionButtonActive(int order, bool isShow)
        {
            if (functionButtons.ContainsKey(order))
            {
                functionButtons[order].gameObject.SetActive(isShow);
            }
        }
    }
}