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; /// /// 当前游戏模式