FunGame_RoomType应该是正确的类型

This commit is contained in:
milimoe 2023-12-10 23:54:13 +08:00
parent eecd7a672e
commit 3228addf9e
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -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>
/// 服务器名称 /// 服务器名称