feat(http): ArenaTwoPickController (6 actions)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using MessagePack;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests.ArenaTwoPick;
|
||||
|
||||
[MessagePackObject]
|
||||
public class CardChooseRequest
|
||||
{
|
||||
[JsonPropertyName("selected_id")] [Key("selected_id")] public long SelectedId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user