Stubbed out GetCurrentGroup

This commit is contained in:
Chomp
2025-01-12 20:03:44 +00:00
parent 7b1d9e9d71
commit 5f98f16cd5
+4 -1
View File
@@ -252,7 +252,10 @@ public class GameController
public CurrentGroupResponse GetCurrentGroup(string sessionId)
{
throw new NotImplementedException();
return new CurrentGroupResponse
{
Squad = []
};
}