C# Class Server.Spells.Fifth.ParalyzeSpell

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

Public Methods

Method Description
OnCast ( ) : void
ParalyzeSpell ( Mobile caster, Item scroll ) : System
Target ( Mobile m ) : void

Method Details

OnCast() public method

public OnCast ( ) : void
return void

ParalyzeSpell() public method

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

Target() public method

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