示例#1
0
 void Awake()
 {
     instance          = this;
     this._currentSong = GetComponent <AudioSource>() as AudioSource;
 }
示例#2
0
 void Awake() {
     instance = this;
     this._currentSong = GetComponent<AudioSource>() as AudioSource;
 }