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
+1
View File
@@ -24,6 +24,7 @@ public interface IRagonRoom
{
public string Id { get; }
public string Scene { get; }
public int ProjectId { get; }
public int PlayerMin { get; }
public int PlayerMax { get; }
public int PlayerCount { get; }