From 713a4142a275a89d2729be7ad744dee9cd6b0e49 Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 17 Nov 2023 00:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=A9=E5=AE=B6=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=9C=A8=E6=88=BF=E9=97=B4=E4=B8=AD=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/FunGameConfig.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Model/FunGameConfig.cs b/Model/FunGameConfig.cs index a1c972c..9f2d2fe 100644 --- a/Model/FunGameConfig.cs +++ b/Model/FunGameConfig.cs @@ -33,6 +33,11 @@ namespace Milimoe.FunGame.Core.Model /// 是否自动重连 /// public bool FunGame_isAutoRetry { get; set; } = true; + + /// + /// 是否在房间中 + /// + public bool FunGame_isInRoom { get; set; } = false; /// /// 当前游戏模式