Class GameProduct
- Namespace
- AO
- Assembly
- CoreAssembly.dll
public class GameProduct
- Inheritance
-
GameProduct
- Inherited Members
- Extension Methods
Properties
Currency
public string Currency { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Price
public long Price { get; set; }
Property Value
Rarity
public ItemRarity Rarity { get; set; }
Property Value
RarityInternal
public int RarityInternal { get; set; }
Property Value
SparksProductId
public string SparksProductId { get; set; }
Property Value
SubCategory
public string SubCategory { get; set; }