mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
修改属性名
This commit is contained in:
parent
3825780bd4
commit
67ce75c5be
@ -14,7 +14,7 @@ namespace Milimoe.FunGame.Core.Library.Common.Network
|
|||||||
public string ServerName { get; } = "";
|
public string ServerName { get; } = "";
|
||||||
public string ServerNotice { get; } = "";
|
public string ServerNotice { get; } = "";
|
||||||
public bool Connected => Instance != null && Instance.Connected;
|
public bool Connected => Instance != null && Instance.Connected;
|
||||||
public List<IServerModel> GetUsersList => OnlineUsers.GetList();
|
public List<IServerModel> UserList => OnlineUsers.GetList();
|
||||||
public List<string> BannedList { get; } = new();
|
public List<string> BannedList { get; } = new();
|
||||||
public int UsersCount => OnlineUsers.Count;
|
public int UsersCount => OnlineUsers.Count;
|
||||||
public int BannedCount => BannedList.Count;
|
public int BannedCount => BannedList.Count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user