mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
7 lines
274 B
C#
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; } = [];
|
|
} |