12 lines
191 B
C#
12 lines
191 B
C#
namespace Wizard;
|
|
|
|
public class PackChildGachaInfo
|
|
{
|
|
|
|
public GachaUI.CardPackType PackType { get; set; }
|
|
|
|
public int Cost { get; set; }
|
|
|
|
public long UserGoodsId { get; set; }
|
|
}
|