C# Class Server.Spells.Third.PoisonSpell

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

Public Methods

Method Description
OnCast ( ) : void
PoisonSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Targeting
Target ( Mobile m ) : void

Method Details

OnCast() public method

public OnCast ( ) : void
return void

PoisonSpell() public method

public PoisonSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Targeting
caster Mobile
scroll Server.Items.Item
return Server.Targeting

Target() public method

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