コード例 #1
0
 public bool CanReceiveMasteryPoints(MasteryPointType pointType) => default;
コード例 #2
0
            }                                           // Dummy constructor

            public MasteryRewardResult(Hero hero, MasteryPointType pointType, int addedPoints)
            {
            }
コード例 #3
0
 public static BlackMarketItem AddMasteryPointsData(this BlackMarketItem item, MasteryPointType type) => default;
コード例 #4
0
 public static void RemoveMasteryPoints(this Hero hero, MasteryPointType masteryType, int addedPoints)
 {
 }
コード例 #5
0
 public static IUndoState <int> TryAddMasteryPointsImpl(this Hero hero, MasteryPointType masteryType, int count = 1) => default;
コード例 #6
0
 public static int TryAddMasteryPoints(this Hero hero, MasteryPointType masteryType, int count) => default;
コード例 #7
0
 public MasteryRewardInfo(MasteryPointType type, int minCount, int maxCount)
 {
 }