Table of Contents

Class JsonProfession

Namespace
Moongate.UO.Data.Json
Assembly
Moongate.UO.Data.dll

JSON representation of a profession

public class JsonProfession
Inheritance
JsonProfession
Inherited Members

Properties

Desc

public int Desc { get; set; }

Property Value

int

DescId

public int DescId { get; set; }

Property Value

int

Gump

public int Gump { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

NameId

public int NameId { get; set; }

Property Value

int

Skills

public JsonSkill[] Skills { get; set; }

Property Value

JsonSkill[]

Stats

public JsonStat[] Stats { get; set; }

Property Value

JsonStat[]

TopLevel

public bool TopLevel { get; set; }

Property Value

bool

TrueName

public string TrueName { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string