(PlayerCharacter pc, SkillsOutputOrder sortSelection)
| 146 | } |
| 147 | |
| 148 | public static void resortSelected(PlayerCharacter pc, SkillsOutputOrder sortSelection) |
| 149 | { |
| 150 | resortSelected(pc, sortSelection.getComparator(pc)); |
| 151 | } |
| 152 | |
| 153 | private static void resortSelected(PlayerCharacter pc, SkillComparator comparator) |
| 154 | { |
no test coverage detected