public void OnMouseDown()
 {
     PushAwayEnemy();
     enemyActions.TakeDamage(Values.AttackDamage);
 }