コード例 #1
0
ファイル: SoundController.cs プロジェクト: ChrisJong/Harmony
 void Awake()
 {
     instance          = this;
     this._currentSong = GetComponent <AudioSource>() as AudioSource;
 }
コード例 #2
0
ファイル: SoundController.cs プロジェクト: ChrisJong/Harmony
 void Awake() {
     instance = this;
     this._currentSong = GetComponent<AudioSource>() as AudioSource;
 }