C# Class GameStruct.GemInfo

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
amount int
gemtype byte
itemid uint
type byte
value int

Méthodes publiques

Méthode Description
GemInfo ( ) : System

Method Details

GemInfo() public méthode

public GemInfo ( ) : System
Résultat System

Property Details

amount public_oe property

public int amount
Résultat int

gemtype public_oe property

public byte gemtype
Résultat byte

itemid public_oe property

public uint itemid
Résultat uint

type public_oe property

public byte type
Résultat byte

value public_oe property

public int value
Résultat int