Пример #1
0
 // Use this for initialization
 public void StartTimer()
 {
     startTime = Time.time;
     spawner = new GUITextSpawner ();
 }
Пример #2
0
 // Use this for initialization
 void Start()
 {
     spawner = new GUITextSpawner ();
     generatorScript = GameObject.Find("Generator").GetComponent<Generator>();
 }
Пример #3
0
 // Use this for initialization
 public void StartTimer()
 {
     startTime = Time.time;
     spawner   = new GUITextSpawner();
 }
Пример #4
0
 // Use this for initialization
 void Start()
 {
     spawner    = new GUITextSpawner();
     gameScript = GameObject.Find(levelName).GetComponent <Game>();
 }
Пример #5
0
 // Use this for initialization
 void Start()
 {
     spawner         = new GUITextSpawner();
     generatorScript = GameObject.Find("Generator").GetComponent <Generator>();
 }
Пример #6
0
 // Use this for initialization
 void Start()
 {
     spawner = new GUITextSpawner ();
     gameScript = GameObject.Find(levelName).GetComponent<Game>();
 }