Files
Fishing2/Assets/Scripts/NBC/Runtime/UI/Const/UIEvents.cs
2025-10-29 22:41:47 +08:00

9 lines
168 B
C#

namespace NBC
{
public static class UIEvents
{
public const string UIShow = "UIShow";
public const string UIHide = "UIHide";
}
}