角色控制和房间进入推送
This commit is contained in:
@@ -8,4 +8,6 @@ public class RoomManageComponent : Entity
|
||||
|
||||
public readonly PriorityQueue<int, int> FreeIds = new();
|
||||
public readonly HashSet<int> InUseID = new();
|
||||
|
||||
public string TestRoomCode;
|
||||
}
|
||||
Reference in New Issue
Block a user