Esempio n. 1
0
 // -- lifecycle --
 protected void Awake()
 {
     mPost          = GetComponentInChildren <RoomPost>();
     mAmbientSounds = GetComponentsInChildren <AmbientSound>();
 }
Esempio n. 2
0
 // -- lifecycle --
 protected void Awake()
 {
     mPost  = GetComponentInChildren <RoomPost>();
     mAudio = GetComponent <AudioSource>();
 }
Esempio n. 3
0
 // -- lifecycle --
 protected void Awake()
 {
     mPost = GetComponentInChildren <RoomPost>();
 }