using UnityEngine; using System.Collections; public class Remove : MonoBehaviour { public void Die(){ Destroy (gameObject); } }