You've already forked taptap2024_GJ_chidouren
21 lines
370 B
C#
21 lines
370 B
C#
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
using IcecreamView;
|
|
|
|
namespace Views{
|
|
|
|
public class ScreenEffectPanel : IcecreamView.IC_AbstractModule
|
|
{
|
|
public override void OnOpenView(IC_ViewData parameters)
|
|
{
|
|
|
|
}
|
|
|
|
public override void OnCloseView()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|