Struct ShopItem
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
- Inherited Members
-
- Extension Methods
-
Constructors
ShopItem(Item)
public ShopItem(Item dbItem)
Parameters
dbItem
Item
Fields
Item
Field Value
- Item
Properties
DisplayName
public string DisplayName { readonly get; set; }
Property Value
- string
HasSale
public bool HasSale { readonly get; set; }
Property Value
- bool
ItemID
public byte ItemID { get; }
Property Value
- byte
Price
public int Price { readonly get; set; }
Property Value
- int
Quantity
public int Quantity { readonly get; set; }
Property Value
- int
UpgradeID
public byte UpgradeID { readonly get; set; }
Property Value
- byte