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