12 lines
171 B
C#
12 lines
171 B
C#
namespace NBC.Event
|
|
{
|
|
public struct UIHideEvent
|
|
{
|
|
public UIPanel panel;
|
|
}
|
|
|
|
public struct UIShowEvent
|
|
{
|
|
public UIPanel panel;
|
|
}
|
|
} |