10 lines
211 B
C#
10 lines
211 B
C#
using GameCore;
|
|
|
|
public class FishingShopNoticePopupPanel : BindAccountPopupPanel
|
|
{
|
|
protected override void OnClose()
|
|
{
|
|
UIManager.Instance.DestroyUI(UITypes.FishingShopNoticePopupPanel);
|
|
}
|
|
}
|