namespace Ragon.Server.Plugin.Web; public class RoomJoinedRequest { public RoomDto Room { get; set; } public PlayerDto Player { get; set; } }