feat(pack): /pack/get_leader_skin_owned_status (empty per-class buckets)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MessagePack;
|
||||
using System.Text.Json.Serialization;
|
||||
using SVSim.EmulatedEntrypoint.Models.Dtos.Requests;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests.Pack;
|
||||
|
||||
[MessagePackObject]
|
||||
public class PackGetLeaderSkinOwnedStatusRequest : BaseRequest
|
||||
{
|
||||
[JsonPropertyName("parent_gacha_id")]
|
||||
[Key("parent_gacha_id")]
|
||||
public int ParentGachaId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user