Labo_2_equ_2_a15/Assets/RocketBehaviour.cs

15 lines
219 B
C#

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