C# Class Server.Spells.Second.MagicTrapSpell

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

Public Methods

Method Description
MagicTrapSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( TrapableContainer item ) : void

Method Details

MagicTrapSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( TrapableContainer item ) : void
item Server.Items.TrapableContainer
return void