C# Class Server.Mobiles.DamageStore

Inheritance: IComparable
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Damage int
m_HasRight bool
m_Mobile Mobile

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
DamageStore ( Mobile m, int damage ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

DamageStore() public méthode

public DamageStore ( Mobile m, int damage ) : System
m Mobile
damage int
Résultat System

Property Details

m_Damage public_oe property

public int m_Damage
Résultat int

m_HasRight public_oe property

public bool m_HasRight
Résultat bool

m_Mobile public_oe property

public Mobile m_Mobile
Résultat Mobile