Esempio n. 1
0
 void Start()
 {
     ResultTxt           = GameOverScript.getResult();
     this.TargetTxt      = this.GetComponent <Text>();
     this.TargetTxt.text = ResultTxt;
 }