C# Class Server.Spells.Fifth.BladeSpiritsSpell

Inheritance: Spell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BladeSpiritsSpell ( Mobile caster, System.Item scroll ) : System
CheckCast ( ) : bool
GetCastDelay ( ) : System.TimeSpan
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

BladeSpiritsSpell() public method

public BladeSpiritsSpell ( Mobile caster, System.Item scroll ) : System
caster Mobile
scroll System.Item
return System

CheckCast() public method

public CheckCast ( ) : bool
return bool

GetCastDelay() public method

public GetCastDelay ( ) : System.TimeSpan
return System.TimeSpan

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( IPoint3D p ) : void
p IPoint3D
return void