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