备份CatanBuilding瘦身独立工程
This commit is contained in:
9
Assets/Scripts/UI/Setting/FishingShopNoticePopupPanel.cs
Normal file
9
Assets/Scripts/UI/Setting/FishingShopNoticePopupPanel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using GameCore;
|
||||
|
||||
public class FishingShopNoticePopupPanel : BindAccountPopupPanel
|
||||
{
|
||||
protected override void OnClose()
|
||||
{
|
||||
UIManager.Instance.DestroyUI(UITypes.FishingShopNoticePopupPanel);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user