void Awake()
 {
     _instance = GetComponent<NJ_VL_Sound_Manager>();
     _audioSound = this.GetComponent<AudioSource>();
 }
示例#2
0
 void Awake()
 {
     _instance   = GetComponent <NJ_VL_Sound_Manager>();
     _audioSound = this.GetComponent <AudioSource>();
 }