コード例 #1
0
 protected void Awake()
 {
     instance = this;
     InitSoundFxClips();
     loopedAudioSources = new Dictionary<string, PooledAudioSource>();
 }
コード例 #2
0
 protected void Awake()
 {
     instance = this;
     InitSoundFxClips();
     loopedAudioSources = new Dictionary <string, PooledAudioSource>();
 }