添加玩家是否在房间中的标记

This commit is contained in:
milimoe 2023-11-17 00:51:18 +08:00
parent 5b68b5ca29
commit 713a4142a2
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -33,6 +33,11 @@ namespace Milimoe.FunGame.Core.Model
/// 是否自动重连
/// </summary>
public bool FunGame_isAutoRetry { get; set; } = true;
/// <summary>
/// 是否在房间中
/// </summary>
public bool FunGame_isInRoom { get; set; } = false;
/// <summary>
/// 当前游戏模式