feat(web): update public session detail with showcase fields
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -16,4 +16,5 @@ public sealed record ShowcaseSessionDto(
|
||||
int? MaxPlayers,
|
||||
int ActivePlayerCount,
|
||||
int WaitlistedPlayerCount,
|
||||
bool AllowDirectRegistration);
|
||||
bool AllowDirectRegistration,
|
||||
string? Description);
|
||||
|
||||
Reference in New Issue
Block a user