C# Class Server.Mobiles.DamageStore

Inheritance: IComparable
ファイルを表示 Open project: brodock/runuo Class Usage Examples

Public Properties

Property Type Description
m_Damage int
m_HasRight bool
m_Mobile Mobile

Public Methods

Method Description
CompareTo ( object obj ) : int
DamageStore ( Mobile m, int damage ) : System

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

DamageStore() public method

public DamageStore ( Mobile m, int damage ) : System
m Mobile
damage int
return System

Property Details

m_Damage public_oe property

public int m_Damage
return int

m_HasRight public_oe property

public bool m_HasRight
return bool

m_Mobile public_oe property

public Mobile m_Mobile
return Mobile