Files
SVSimServer/SVSim.BattleEngine/Engine/Wizard/PackChildGachaInfo.cs

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; }
}