Imp.attackTarget C# (CSharp) Method

attackTarget() protected method

protected attackTarget ( ) : void
return void
	protected override void attackTarget(){
		activeSkill2.setCaster(this);
		activeSkill2.useSkill();
	}