예제 #1
0
 // -- lifecycle --
 protected void Awake()
 {
     mPost          = GetComponentInChildren <RoomPost>();
     mAmbientSounds = GetComponentsInChildren <AmbientSound>();
 }
예제 #2
0
파일: Field.cs 프로젝트: tycobbb/insomnia
 // -- lifecycle --
 protected void Awake()
 {
     mPost  = GetComponentInChildren <RoomPost>();
     mAudio = GetComponent <AudioSource>();
 }
예제 #3
0
파일: Kitchen.cs 프로젝트: tycobbb/insomnia
 // -- lifecycle --
 protected void Awake()
 {
     mPost = GetComponentInChildren <RoomPost>();
 }