forked from project-redbud/FunGame-Core
添加玩家是否在房间中的标记
This commit is contained in:
parent
5b68b5ca29
commit
713a4142a2
@ -33,6 +33,11 @@ namespace Milimoe.FunGame.Core.Model
|
|||||||
/// 是否自动重连
|
/// 是否自动重连
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool FunGame_isAutoRetry { get; set; } = true;
|
public bool FunGame_isAutoRetry { get; set; } = true;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否在房间中
|
||||||
|
/// </summary>
|
||||||
|
public bool FunGame_isInRoom { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 当前游戏模式
|
/// 当前游戏模式
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user