feat(pack): persist daily_free_gacha_count on PackChildGachaEntry

This commit is contained in:
gamer147
2026-06-08 21:31:02 -04:00
parent 7e4a9654b2
commit d762c5766f
7 changed files with 4282 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ public class PackChildGachaEntry
public bool IsDailySingle { get; set; }
public int OverrideIncreaseGachaPoint { get; set; }
public int PurchaseLimitCount { get; set; }
public int DailyFreeGachaCount { get; set; }
public int? FreeGachaCampaignId { get; set; }
public string? CampaignName { get; set; }
}