C# Class Server.Items.OreInfo

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
Agapite OreInfo
Bronze OreInfo
Copper OreInfo
DullCopper OreInfo
Gold OreInfo
Iron OreInfo
ShadowIron OreInfo
Valorite OreInfo
Verite OreInfo

Public Methods

Method Description
OreInfo ( int level, int hue, string name ) : System

Method Details

OreInfo() public method

public OreInfo ( int level, int hue, string name ) : System
level int
hue int
name string
return System

Property Details

Agapite public_oe static_oe property

public static OreInfo,Server.Items Agapite
return OreInfo

Bronze public_oe static_oe property

public static OreInfo,Server.Items Bronze
return OreInfo

Copper public_oe static_oe property

public static OreInfo,Server.Items Copper
return OreInfo

DullCopper public_oe static_oe property

public static OreInfo,Server.Items DullCopper
return OreInfo

Gold public_oe static_oe property

public static OreInfo,Server.Items Gold
return OreInfo

Iron public_oe static_oe property

public static OreInfo,Server.Items Iron
return OreInfo

ShadowIron public_oe static_oe property

public static OreInfo,Server.Items ShadowIron
return OreInfo

Valorite public_oe static_oe property

public static OreInfo,Server.Items Valorite
return OreInfo

Verite public_oe static_oe property

public static OreInfo,Server.Items Verite
return OreInfo