internal RoomMusicController GetRoomMusicController()
 {
     if (this.musicController == null)
     {
         this.musicController = new RoomMusicController();
     }
     return this.musicController;
 }
 private void method_66(bool bool_13)
 {
     if (!this.bool_12)
     {
         this.bool_12 = true;
         if (bool_13)
         {
             this.bool_11 = false;
             if (this.timer_0 != null)
             {
                 this.bool_6 = true;
                 this.timer_0.Change(-1, -1);
             }
             this.method_64();
             using (DatabaseClient @class = GoldTree.GetDatabase().GetClient())
             {
                 @class.ExecuteQuery(string.Concat(new object[]
                 {
                     "UPDATE user_pets SET room_id = 0 WHERE room_id = ",
                     this.uint_0,
                     " AND NOT user_id = ",
                     GoldTree.GetGame().GetClientManager().method_27(this.Owner)
                 }));
             }
             this.timer_0.Dispose();
             this.timer_0 = null;
             this.bool_9 = false;
             if (this.Tags != null)
             {
                 this.Tags.Clear();
             }
             this.Tags = null;
             if (this.RoomUser_0 != null)
             {
                 Array.Clear(this.RoomUser_0, 0, this.RoomUser_0.Length);
             }
             this.RoomUser_0 = null;
             this.class29_0 = null;
             if (this.UsersWithRights != null)
             {
                 this.UsersWithRights.Clear();
             }
             this.class29_0 = null;
             if (this.dictionary_0 != null)
             {
                 this.dictionary_0.Clear();
             }
             this.dictionary_0 = null;
             this.Wallpaper = null;
             this.Floor = null;
             this.Landscape = null;
             if (this.hashtable_0 != null)
             {
                 this.hashtable_0.Clear();
             }
             this.hashtable_0 = null;
             if (this.hashtable_4 != null)
             {
                 this.hashtable_4.Clear();
             }
             this.hashtable_4 = null;
             this.class67_0 = null;
             if (this.list_2 != null)
             {
                 this.list_2.Clear();
             }
             this.list_2 = null;
             if (this.musicController != null)
             {
                 this.musicController.UnLinkRoomOutputItem();
             }
             this.musicController = null;
             if (this.InfobusAnswers != null)
             {
                 this.InfobusAnswers.Clear();
             }
             this.InfobusAnswers = null;
         }
     }
 }