// Methods
 public bool Satisfies(Account.Resources resources) => default;
 public InventorySlotsPrice(int userSlotsCount, Account.Resources silverPrice, Account.Resources gemsPrice)
 {
 }
Beispiel #3
0
 public ComplexSource SetResources(Account.Resources resources) => default;
Beispiel #4
0
 public static UserPrize FromResources(Account.Resources resources) => default;
Beispiel #5
0
 public PowerUpData(ArtifactRankId rankId, StatKindId statId, bool isAbsolute, double minValue, double maxValue, double step, Account.Resources usePrice, Account.Resources sellPrice)
 {
 }
Beispiel #6
0
 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;
Beispiel #10
0
 public HeroLevelUpData(Element element, int xp, int xpOnCorrectElement, Account.Resources price)
 {
 }