namespace Wizard; public class PackChildGachaInfo { public GachaUI.CardPackType PackType { get; set; } public int Cost { get; set; } public long UserGoodsId { get; set; } }