移动同步相关

This commit is contained in:
2025-09-09 22:49:09 +08:00
parent a2c5b61ba8
commit ddffaac7b3
8 changed files with 31 additions and 13 deletions

View File

@@ -70,6 +70,11 @@ public static class RoomManageComponentSystem
{
return self.Rooms.GetValueOrDefault(roomId);
}
// public static MapRoom? Get(this RoomManageComponent self, long roomId)
// {
// return self.Rooms.GetValueOrDefault(roomId);
// }
#endregion