mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 00:06:02 +00:00
添加玩家是否在房间中的标记
This commit is contained in:
parent
5b68b5ca29
commit
713a4142a2
@ -34,6 +34,11 @@ namespace Milimoe.FunGame.Core.Model
|
||||
/// </summary>
|
||||
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