private void KillEnemy()
 {
     winManager.UpdateScore();
     Destroy(gameObject);
 }