Example #1
0
 // Use this for initialization
 void Start()
 {
     // Store initial values
     originalLightColor     = normalLights [0].color;
     originalLightIntensity = normalLights [0].intensity;
     net           = GetComponent <Tank_Network> ();
     timeRemaining = maxTime;
     voiceover     = FindObjectOfType <TutorialManager>();
 }