Files
Fishing2/Assets/Scripts/NBC.Fantasy/Runtime/UI/Event/UIEvent.cs
2025-11-12 17:24:02 +08:00

12 lines
171 B
C#

namespace NBC.Event
{
public struct UIHideEvent
{
public UIPanel panel;
}
public struct UIShowEvent
{
public UIPanel panel;
}
}