using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// /// 武将图鉴界面 /// public class HeroCollectionWin : UIBase { protected override void InitComponent() { } protected override void OnPreOpen() { } protected override void OnPreClose() { } }