C# Class GameStruct.GemInfo

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
amount int
gemtype byte
itemid uint
type byte
value int

Public Methods

Method Description
GemInfo ( ) : System

Method Details

GemInfo() public method

public GemInfo ( ) : System
return System

Property Details

amount public_oe property

public int amount
return int

gemtype public_oe property

public byte gemtype
return byte

itemid public_oe property

public uint itemid
return uint

type public_oe property

public byte type
return byte

value public_oe property

public int value
return int