首次提交
This commit is contained in:
9
Assets/Scripts/NBC/UI/Runtime/Const/UIEvents.cs
Normal file
9
Assets/Scripts/NBC/UI/Runtime/Const/UIEvents.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NBC
|
||||
{
|
||||
public static class UIEvents
|
||||
{
|
||||
public const string UIShow = "UIShow";
|
||||
|
||||
public const string UIHide = "UIHide";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user