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