using UnityEngine; public class GrenadeTarget : MonoBehaviour { public void DestroyTarget() { Destroy(gameObject); } }