예제 #1
0
 public static void AssertHeroNotLocked(this UserHeroData data, int heroId)
 {
 }
예제 #2
0
 public static IUndoState <Hero> AscendHeroImpl(this UserHeroData heroData, int heroId, UserArtifactData artifactData) => default;
예제 #3
0
 public static int AddExperience(this UserHeroData heroData, IEnumerable <int> heroIds, int amount) => default;
예제 #4
0
 public static IUndoState <Dictionary <int, int> > AddHeroParts(this UserHeroData heroData, Dictionary <int, int> heroParts) => default;
예제 #5
0
 public static UserHeroData AssertHeroPartsEnough(this UserHeroData data, int heroTypeId, int requiredAmount) => default;
예제 #6
0
 public static IUndoState <Hero> AddHeroImpl(this UserHeroData heroData, int typeId, HeroGrade?grade = default, int level = 1, bool?locked = default) => default;
예제 #7
0
 public static Hero FindHero(this UserHeroData heroData, int typeId, bool withMaxLevel = false) => default;
예제 #8
0
 public static void AssertHeroNotInStorage(this UserHeroData data, int heroId)
 {
 }
예제 #9
0
 public static Account.Resources GetNextStorageHeroSlotsPrice(this UserHeroData data, ResourceTypeId buyResourceType) => default;
예제 #10
0
 public static UserHeroData AssertNotMaxInventorySlots(this UserHeroData data) => default;
예제 #11
0
 public static void AssertHeroesNotInStorage(this UserHeroData data, IEnumerable <int> heroIds)
 {
 }
예제 #12
0
 public static int NextInventorySlotsCount(this UserHeroData data) => default;
예제 #13
0
 public static IUndoState UpdateInventorySlotsCount(this UserHeroData data) => default;
예제 #14
0
 public static UserHeroData AssertIsEnoughInventorySlots(this UserHeroData data, int count = 1) => default;
예제 #15
0
 public static UserHeroData RemoveHeroes(this UserHeroData heroData, List <Hero> heroes, UserArtifactData artifactData) => default;
예제 #16
0
 public static InventorySlotsPrice GetNextStorageHeroSlotsPrice(this UserHeroData data) => default;
예제 #17
0
 public static Hero AddHero(this UserHeroData heroData, int typeId, HeroGrade?grade = default, int level = 1, bool?locked = default) => default;
예제 #18
0
 public static IUndoState UpdateStorageSlotsCount(this UserHeroData data) => default;
예제 #19
0
 public static IUndoState AddHero(this UserHeroData heroData, Hero hero) => default;
예제 #20
0
 public static int NextStorageSlotsCount(this UserHeroData data) => default;
예제 #21
0
 public static Hero AssertHeroExists(this UserHeroData heroData, int id) => default;
예제 #22
0
 public static UserHeroData AssertNotMaxStorageSlots(this UserHeroData data) => default;
예제 #23
0
 public static IUndoState <Dictionary <int, int> > SubtractHeroParts(this UserHeroData heroData, int heroTypeId, int count) => default;
예제 #24
0
 // Extension methods
 public static Hero GetHero(this UserHeroData heroData, int id) => default;
예제 #25
0
 public static Hero AscendHero(this UserHeroData heroData, int heroId, UserArtifactData artifactData) => default;
예제 #26
0
 public static IEnumerable <Hero> GetHeroesWhoExist(this UserHeroData heroData, IEnumerable <int> heroIds) => default;
예제 #27
0
 public static Hero DescendHero(this UserHeroData heroData, int ascendedHeroId, Hero hero, UserArtifactData artifactData) => default;
예제 #28
0
 public static IUndoState RemoveHero(this UserHeroData heroData, int id, UserArtifactData artifactData = null) => default;
예제 #29
0
 public UserPower(long userId, UserAccount account, UserHeroData heroData, UserArtifactData artifactData, UserVillageData villageData, UserArenaData arenaData)
 {
 }
예제 #30
0
 public static bool IsEnoughInventorySlots(this UserHeroData data, int count) => default;