Server.Spells.Fourth.RecallSpell.RecallSpell C# (CSharp) Метод

RecallSpell() публичный Метод

public RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
Результат 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