openrec patch v0.4.2

This commit is contained in:
recroom2016
2022-02-27 02:53:43 -05:00
parent ada0777275
commit 9c18f042b9
5 changed files with 234 additions and 29 deletions

View File

@@ -141,6 +141,10 @@ namespace server
{
s = PlayerEventsResponse;
}
if (Url == "activities/charades/v1/words")
{
s = Activities.Charades.words();
}
if (Url == "gamesessions/v2/joinrandom")
{
s = gamesessions2018.GameSessions.JoinRandom(text);
@@ -361,6 +365,10 @@ namespace server
{
s = PlayerEventsResponse;
}
if (Url == "activities/charades/v1/words")
{
s = Activities.Charades.words();
}
if (Url == "gamesessions/v2/joinrandom")
{
s = gamesessions2018.GameSessions.JoinRandom(text);