Files
Fishing2NetTest/Assets/Scripts/NBC/UI/Runtime/Const/UIEvents.cs
2026-03-05 18:07:55 +08:00

9 lines
168 B
C#

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