Esempio n. 1
0
 public static bool CheckCanOpenMastery(this Hero hero, MasteryType masteryType) => default;
Esempio n. 2
0
 private static void AssertMasteryLineLimit(this Hero hero, List <MasteryType> openedMasteries, MasteryType mastery)
 {
 }
Esempio n. 3
0
 public static bool CheckMasteryRank(this Hero hero, MasteryType mastery) => default;
Esempio n. 4
0
 private static void AssertMasteryTreeAvailability(this Hero hero, List <MasteryType> openedMasteries, MasteryType mastery)
 {
 }
Esempio n. 5
0
 private static void AssertMasteryParentsOrNeighboursOpened(this Hero hero, List <MasteryType> openedMasteries, MasteryType mastery)
 {
 }
Esempio n. 6
0
 private static void AssertIsEnoughResorces(this Hero hero, MasteryType mastery)
 {
 }
Esempio n. 7
0
 private static void AssertMasteryRank(this Hero hero, MasteryType mastery)
 {
 }
Esempio n. 8
0
 public static bool CheckMasteryNeighboursOpened(List <MasteryType> openedMasteries, MasteryType mastery) => default;
Esempio n. 9
0
 public static IUndoState OpenMastery(this Hero hero, MasteryType mastery) => default;
Esempio n. 10
0
 public static bool CheckMasteryLineLimit(List <MasteryType> openedMasteries, MasteryType mastery) => default;
Esempio n. 11
0
 public static bool CheckMasteryParentsOpened(List <MasteryType> openedMasteries, MasteryType mastery) => default;
Esempio n. 12
0
 public static bool CheckMasteryTreeAvailability(List <MasteryType> openedMasteries, MasteryType mastery) => default;
Esempio n. 13
0
 public static bool CheckIsEnoughResorces(Hero hero, MasteryType mastery) => default;
Esempio n. 14
0
 private static IUndoState SubtractMasteryPrice(Hero hero, MasteryType mastery) => default;