using UnityEngine; using System.Collections; public class RocketBehaviour : MonoBehaviour { void Start () { } //TODO : kill the rocket when exiting camera view void Update () { } }