Files
DanhengServer-OpenSource/GameServer/Game/MatchThree/MatchThreeService.cs
2024-12-01 09:17:59 +08:00

7 lines
274 B
C#

namespace EggLink.DanhengServer.GameServer.Game.MatchThree;
public static class MatchThreeService
{
//public static ConcurrentDictionary<int, MatchThreeRoomInstance> Rooms { get; } = [];
//public static List<MatchThreeGameInstance> GameInstances { get; } = [];
}