コード例 #1
0
 public static FuseHeroRecipe ThatIsActiveInTimePeriod(this FuseHeroRecipe recipe, DateTime?from, DateTime?to) => default;
コード例 #2
0
 public static FuseHeroRecipe ThatHasUsageLimitOf(this FuseHeroRecipe recipe, int?limit) => default;
コード例 #3
0
 public static FuseHeroRecipe ThatConsumesHero(this FuseHeroRecipe recipe, int heroTypeId, HeroGrade grade, int level) => default;
コード例 #4
0
 public static FuseHeroRecipe ThatOutputsHero(this FuseHeroRecipe recipe, int heroTypeId, HeroGrade grade) => default;
コード例 #5
0
 public static IUndoState ProcessFuse(this UserHeroData data, FuseHeroRecipe recipe) => default;
コード例 #6
0
 public static FuseHeroRecipe WithPriceOf(this FuseHeroRecipe recipe, Account.Resources price) => default;
コード例 #7
0
 public static IUndoState IncrementHeroFuseCountIfHasLimit(this UserHeroData data, FuseHeroRecipe recipe) => default;
コード例 #8
0
 public static FuseHeroRecipe AssertNotNull(this FuseHeroRecipe recipe) => default;
コード例 #9
0
 public static FuseHeroRecipe AssertUsageLimitNotExceeded(this FuseHeroRecipe recipe, UserHeroData data) => default;
コード例 #10
0
 public static bool UsageLimitExceeded(this FuseHeroRecipe recipe, UserHeroData data) => default;
コード例 #11
0
 public static bool AvailableForDateTime(this FuseHeroRecipe recipe, DateTime currentTime) => default;