void OnCollisionEnter(Collision other) { Debug.Log("hit" + other.collider.name); ausource.PlayOneShot(hit); selfHP.Hit(30); }