public static bool CheckMasteryLineLimit(List <MasteryType> openedMasteries, MasteryTreeId treeId, int masteryRow) => default;
Beispiel #2
0
 public MasteryType(MasteryTreeId treeId, int row, int column, Dictionary <MasteryPointType, int> price)
 {
 }