http-commands

This commit is contained in:
2023-04-13 20:42:05 +04:00
parent 24c9aa2043
commit e1a9ad476c
31 changed files with 428 additions and 104 deletions
@@ -2,5 +2,6 @@ namespace Ragon.Server.Plugin.Web;
public class RoomJoinedRequest
{
}
public RoomDto Room { get; set; }
public PlayerDto Player { get; set; }
}