More features

This commit is contained in:
gamer147
2026-05-23 14:18:01 -04:00
parent b2024af852
commit 6b70850b7b
59 changed files with 862 additions and 42033 deletions

View File

@@ -1,7 +1,13 @@
using MessagePack;
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests;
[MessagePackObject]
public class IndexRequest : BaseRequest
{
[Key("carrier")]
public string Carrier { get; set; }
[Key("card_master_hash")]
public string CardMasterHash { get; set; }
}
}