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

OnCast() public method

public OnCast ( ) : void
return void
		public override void OnCast()
		{
			if ( m_Entry == null )
				Caster.Target = new InternalTarget( this );
			else
				Effect( m_Entry.Location, m_Entry.Map, true );
		}