Server.Spells.Sixth.ExplosionSpell.OnCast C# (CSharp) Method

OnCast() public method

public OnCast ( ) : void
return void
		public override void OnCast()
		{
			Caster.Target = new InternalTarget( this );
		}