Example #1
0
 // Use this for initialization
 void Start()
 {
     // Store a reference to the control script
     control = GetComponent <TankControl8> ();
 }