C# Class Server.Mobiles.BaseCreature.FKEntry

ファイルを表示 Open project: brodock/runuo

Public Properties

Property Type Description
m_Damage int
m_Mobile Mobile

Public Methods

Method Description
FKEntry ( Mobile m, int damage ) : System

Method Details

FKEntry() public method

public FKEntry ( 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_Mobile public_oe property

public Mobile m_Mobile
return Mobile