Files
back_cantanBuilding/Assets/Scripts/UI/Setting/FishingShopNoticePopupPanel.cs
2026-05-26 16:15:54 +08:00

10 lines
211 B
C#

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