+物品展示
todo 玩家背包
This commit is contained in:
6
Assets/Scripts/Event/EventHandler/ItemDialogHandler.cs
Normal file
6
Assets/Scripts/Event/EventHandler/ItemDialogHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Event.EventArgs;
|
||||
|
||||
namespace Event.EventHandler
|
||||
{
|
||||
public delegate void ItemDialogHandler(ItemDialogArgs args);
|
||||
}
|
||||
Reference in New Issue
Block a user