Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     //PlayerPrefs.DeleteAll();
     ResetLevel(false);
     highScoreScript = this.gameObject.GetComponent <HighSoreScript> ();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     //PlayerPrefs.DeleteAll();
     ResetLevel (false);
     highScoreScript = this.gameObject.GetComponent<HighSoreScript> ();
 }