From 3228addf9e6e62f880e56b85ea732b0bec0c5168 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 10 Dec 2023 23:54:13 +0800 Subject: [PATCH] =?UTF-8?q?FunGame=5FRoomType=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/FunGameConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /// /// 服务器名称