C# Class Server.Spells.Third.MagicLockSpell

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

Public Methods

Method Description
MagicLockSpell ( Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Server.Items.LockableContainer targ ) : void

Method Details

MagicLockSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Server.Items.LockableContainer targ ) : void
targ Server.Items.LockableContainer
return void