NBC修改
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/NBC/Runtime/UI/Event/UIEvent.cs.meta
Normal file
3
Assets/Scripts/NBC/Runtime/UI/Event/UIEvent.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4db48c7e18b84728b7f1411741010f16
|
||||
timeCreated: 1751430996
|
||||
Reference in New Issue
Block a user