Get customFeatFilePath @param usePath @return customFeatFilePath
(final boolean usePath)
| 130 | * @return customFeatFilePath |
| 131 | */ |
| 132 | public static String customFeatFilePath(final boolean usePath) |
| 133 | { |
| 134 | return getCustomPath("Feats", usePath); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * GEt customLanguageFilePath |
no test coverage detected