示例#1
0
 // Use this for initialization
 void Start()
 {
     congratsText.text = "Congratulations! You survived for " + DifficultyController.GetSurvivedTime() + " seconds";
 }