private void Start()
 {
     earthquake = GetComponent <AudioSource>();
     //CursorStatus(false);
     counter += UpdateGemsCounter;
 }
Ejemplo n.º 2
0
 void Start()
 {
     GemCounter.Add(worth);
 }