1
0
Fork 0
forked from aly/qstbak
qstbak/LLib/LLib.Shop.Model/GrandCompanyItem.cs
2026-01-19 08:31:23 +10:00

12 lines
248 B
C#

namespace LLib.Shop.Model;
public sealed class GrandCompanyItem
{
public required int Index { get; init; }
public required uint ItemId { get; init; }
public required uint IconId { get; init; }
public required uint SealCost { get; init; }
}