C# Class Server.Spells.Sixth.MarkSpell

Inheritance: Spell
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckCast ( ) : bool
MarkSpell ( Mobile caster, Item scroll ) : Server.Items
OnCast ( ) : void
Target ( RecallRune rune ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

MarkSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( RecallRune rune ) : void
rune Server.Items.RecallRune
return void