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