Inheritance: MonoBehaviour
Esempio n. 1
0
 void Start()
 {
     instance = this;
     GetComponent <Text>().text = "" + this.score;
 }