Ejemplo n.º 1
0
 /// <summary>
 ///     Handler for entering this room
 ///     Shall be called whenever the player enters this room
 /// </summary>
 public void OnRoomEnter()
 {
     _audioLoader.Play();
 }