using GameCore; public class FishingShopNoticePopupPanel : BindAccountPopupPanel { protected override void OnClose() { UIManager.Instance.DestroyUI(UITypes.FishingShopNoticePopupPanel); } }