feat(seed): add DailyFreeGachaCount to PackChildGachaSeed
This commit is contained in:
@@ -43,6 +43,7 @@ public sealed class PackChildGachaSeed
|
|||||||
[JsonPropertyName("is_daily_single")] public bool IsDailySingle { get; set; }
|
[JsonPropertyName("is_daily_single")] public bool IsDailySingle { get; set; }
|
||||||
[JsonPropertyName("override_increase_gacha_point")] public int OverrideIncreaseGachaPoint { get; set; }
|
[JsonPropertyName("override_increase_gacha_point")] public int OverrideIncreaseGachaPoint { get; set; }
|
||||||
[JsonPropertyName("purchase_limit_count")] public int PurchaseLimitCount { get; set; }
|
[JsonPropertyName("purchase_limit_count")] public int PurchaseLimitCount { get; set; }
|
||||||
|
[JsonPropertyName("daily_free_gacha_count")] public int DailyFreeGachaCount { get; set; }
|
||||||
[JsonPropertyName("free_gacha_campaign_id")] public int? FreeGachaCampaignId { get; set; }
|
[JsonPropertyName("free_gacha_campaign_id")] public int? FreeGachaCampaignId { get; set; }
|
||||||
[JsonPropertyName("campaign_name")] public string? CampaignName { get; set; }
|
[JsonPropertyName("campaign_name")] public string? CampaignName { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user