using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// /// 坐骑外观 /// public class HorseSkinWin : UIBase { [SerializeField] Button bagBtn; protected override void InitComponent() { } protected override void OnPreOpen() { } protected override void OnPreClose() { } }