diff --git a/Model/FunGameConfig.cs b/Model/FunGameConfig.cs index 7a21f57..63698e6 100644 --- a/Model/FunGameConfig.cs +++ b/Model/FunGameConfig.cs @@ -42,7 +42,7 @@ namespace Milimoe.FunGame.Core.Model /// /// 当前所处的房间类型 /// - public string FunGame_RoomType { get; set; } = RoomSet.All; + public RoomType FunGame_RoomType { get; set; } = RoomType.All; /// /// 服务器名称