C# Class Server.Spells.Fifth.MindBlastSpell

Inheritance: MagerySpell
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetSlayerDamageScalar ( Mobile target ) : double
MindBlastSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
Target ( Mobile m ) : void

Private Methods

Method Description
AosDelay_Callback ( object state ) : void

Method Details

GetSlayerDamageScalar() public method

public GetSlayerDamageScalar ( Mobile target ) : double
target Mobile
return double

MindBlastSpell() public method

public MindBlastSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
return System

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void