You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
17
Assets/Scripts/Game/EventDefine/GlobalEventDefine.cs
Normal file
17
Assets/Scripts/Game/EventDefine/GlobalEventDefine.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using UniFramework.Event;
|
||||
|
||||
namespace Game.EventDefine
|
||||
{
|
||||
public static class GlobalEventDefine
|
||||
{
|
||||
/// <summary>
|
||||
/// 刷新视图
|
||||
/// </summary>
|
||||
public class RefreshView : IEventMessage
|
||||
{
|
||||
private RefreshView () { }
|
||||
|
||||
public static void SendMessage() => UniEvent.SendMessage (new RefreshView ());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user