// Methods public bool Satisfies(Account.Resources resources) => default;
public InventorySlotsPrice(int userSlotsCount, Account.Resources silverPrice, Account.Resources gemsPrice) { }
public ComplexSource SetResources(Account.Resources resources) => default;
public static UserPrize FromResources(Account.Resources resources) => default;
public PowerUpData(ArtifactRankId rankId, StatKindId statId, bool isAbsolute, double minValue, double maxValue, double step, Account.Resources usePrice, Account.Resources sellPrice) { }
public static FuseHeroRecipe WithPriceOf(this FuseHeroRecipe recipe, Account.Resources price) => default;
public static BlackMarketItem AddPowerUpItemData(this BlackMarketItem item, ArtifactRankId rankId, StatKindId statId, bool isAbsolute, double minValue, double maxValue, double step, Account.Resources usePrice, Account.Resources sellPrice) => default;
public static BlackMarketItem AddHeroLevelUpItemData(this BlackMarketItem item, Element element, int xp, int correctElementXp, Account.Resources price) => default;
public static BlackMarketItem AddPrice(this BlackMarketItem item, Account.Resources price) => default;
public HeroLevelUpData(Element element, int xp, int xpOnCorrectElement, Account.Resources price) { }