private void OnCollisionEnter(Collision col) { if (col.collider.CompareTag("bullet")) { _playerModel.ApplyDamage(); } }