Getting ready to seed more data
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
using MessagePack;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests.Deck;
|
||||
|
||||
[MessagePackObject]
|
||||
public class DeckOrderRequest : BaseRequest
|
||||
{
|
||||
[JsonPropertyName("deck_order")]
|
||||
[Key("deck_order")] public List<int>? DeckOrder { get; set; }
|
||||
[JsonPropertyName("deck_format")]
|
||||
[Key("deck_format")] public int DeckFormat { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user