示例#1
0
 void Update()
 {
     title.text = player.GetSongPlaying().name;
     score.text = player.GetScore().ToString();
 }