punish v6.8.18.0
This commit is contained in:
commit
cfb4dea47e
316 changed files with 554088 additions and 0 deletions
14
LLib/LLib.Shop.Model/ItemForSale.cs
Normal file
14
LLib/LLib.Shop.Model/ItemForSale.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
namespace LLib.Shop.Model;
|
||||
|
||||
public sealed class ItemForSale
|
||||
{
|
||||
public required int Position { get; init; }
|
||||
|
||||
public required uint ItemId { get; init; }
|
||||
|
||||
public required string? ItemName { get; init; }
|
||||
|
||||
public required uint Price { get; init; }
|
||||
|
||||
public required uint OwnedItems { get; init; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue