Files
Dontback/Assets/Scripts/Event/EventHandler/ItemDialogHandler.cs
Eicy 6d3f85829b +物品展示
todo 玩家背包
2024-09-28 18:06:49 +08:00

6 lines
124 B
C#

using Event.EventArgs;
namespace Event.EventHandler
{
public delegate void ItemDialogHandler(ItemDialogArgs args);
}