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 SetDeckRedisRequest : BaseRequest
|
||||
{
|
||||
[JsonPropertyName("deck_no")]
|
||||
[Key("deck_no")] public int DeckNo { get; set; }
|
||||
[JsonPropertyName("class_id")]
|
||||
[Key("class_id")] public int ClassId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user