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