移动同步相关
This commit is contained in:
@@ -4,7 +4,7 @@ namespace NB.Map;
|
||||
|
||||
public class RoomManageComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, MapRoom> Rooms = new();
|
||||
public readonly Dictionary<int, MapRoom> Rooms = new();
|
||||
|
||||
public readonly PriorityQueue<int, int> FreeIds = new();
|
||||
public readonly HashSet<int> InUseID = new();
|
||||
|
||||
Reference in New Issue
Block a user