You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
21
Assets/Scripts/Views/InitTipPanel.cs
Normal file
21
Assets/Scripts/Views/InitTipPanel.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using IcecreamView;
|
||||
|
||||
namespace Views{
|
||||
|
||||
public class InitTipPanel : IcecreamView.IC_AbstractModule
|
||||
{
|
||||
[SerializeField] private Button _button;
|
||||
public override void OnOpenView(IC_ViewData parameters)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override void OnCloseView()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user