You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
11
Assets/Scripts/System/EventManager.cs
Normal file
11
Assets/Scripts/System/EventManager.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Framework.UI;
|
||||
using Framework.Utils.SingletonTemplate;
|
||||
using IcecreamView;
|
||||
|
||||
namespace System
|
||||
{
|
||||
public class EventManager : SingletonBase<IC_UIEventManager , EventManager>
|
||||
{
|
||||
protected override IC_UIEventManager CreateInstance() { return UIManager.Instance.EventManager; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user