C# Class Server.Spells.Sixth.RevealSpell

Inheritance: Spell
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
OnCast ( ) : void
RevealSpell ( Mobile caster, System.Item scroll ) : System.Collections.Generic
Target ( IPoint3D p ) : void

Method Details

OnCast() public method

public OnCast ( ) : void
return void

RevealSpell() public method

public RevealSpell ( Mobile caster, System.Item scroll ) : System.Collections.Generic
caster Mobile
scroll System.Item
return System.Collections.Generic

Target() public method

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