12
Assets/Scripts/NBC/Runtime/UI/Event/UIEvent.cs
Normal file
12
Assets/Scripts/NBC/Runtime/UI/Event/UIEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NBC.Event
|
||||
{
|
||||
public struct UIHideEvent
|
||||
{
|
||||
public UIPanel panel;
|
||||
}
|
||||
|
||||
public struct UIShowEvent
|
||||
{
|
||||
public UIPanel panel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user