Server.Spells.Fourth.RecallSpell.RecallSpell C# (CSharp) Method

RecallSpell() public method

public RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
return Server.Items
		public RecallSpell( Mobile caster, Item scroll ) : this( caster, scroll, null, null )
		{
		}

Same methods

RecallSpell::RecallSpell ( Mobile caster, Server.Items.Item scroll, RunebookEntry entry, Runebook book ) : Server.Items