feat: multi project support, maintaince

This commit is contained in:
2025-10-04 15:08:53 +03:00
parent 5136f08dab
commit e78e8048ff
18 changed files with 152 additions and 66 deletions
@@ -36,6 +36,7 @@ public struct RagonServerConfiguration
public int LimitBufferedEvents;
public int LimitUserDataSize;
public int LimitPropertySize;
public int LimitConnectionsPerProject;
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
{