Files
Fishing2/Assets/Scripts/NBC.Fantasy~/Runtime/UI/Event/UIEvent.cs

12 lines
171 B
C#

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