Get customSkillFilePath @param usePath @return customSkillFilePath
(final boolean usePath)
| 175 | * @return customSkillFilePath |
| 176 | */ |
| 177 | public static String customSkillFilePath(final boolean usePath) |
| 178 | { |
| 179 | return getCustomPath("Skills", usePath); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Get customSpellFilePath |
no test coverage detected