muffin v7.4.10
This commit is contained in:
parent
2df81c5d15
commit
b8dd142c23
47 changed files with 3604 additions and 1058 deletions
12
LLib/LLib.Shop.Model/GrandCompanyItem.cs
Normal file
12
LLib/LLib.Shop.Model/GrandCompanyItem.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue