NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/Mail/MailEventUse.cs

9 lines
129 B
C#
Raw Normal View History

2023-12-12 19:35:47 +08:00
namespace Gameplay
{
public class MailEventUse
{
public ulong id;
2023-12-13 16:51:07 +08:00
public ItemCounts itemList;
2023-12-12 19:35:47 +08:00
}
}