mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 12:09:34 +08:00
FunGame_RoomType应该是正确的类型
This commit is contained in:
parent
eecd7a672e
commit
3228addf9e
@ -42,7 +42,7 @@ namespace Milimoe.FunGame.Core.Model
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 当前所处的房间类型
|
/// 当前所处的房间类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string FunGame_RoomType { get; set; } = RoomSet.All;
|
public RoomType FunGame_RoomType { get; set; } = RoomType.All;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 服务器名称
|
/// 服务器名称
|
||||||
|
Loading…
x
Reference in New Issue
Block a user