场景(房间)人数是否已满?
/// <summary> /// 场景(房间)人数是否已满? /// </summary> public bool IsFull { get { return Players.Count >= sceneCapacity; } }
最后更新于3年前
这有帮助吗?