Table of Contents

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

string

Description

public string Description { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Price

public long Price { get; set; }

Property Value

long

Rarity

public ItemRarity Rarity { get; set; }

Property Value

ItemRarity

RarityInternal

public int RarityInternal { get; set; }

Property Value

int

SparksProductId

public string SparksProductId { get; set; }

Property Value

string

SubCategory

public string SubCategory { get; set; }

Property Value

string