Get customAbilityFilePath @param usePath @return customAbilityFilePath
(final boolean usePath)
| 119 | * @return customAbilityFilePath |
| 120 | */ |
| 121 | public static String customAbilityFilePath(final boolean usePath) |
| 122 | { |
| 123 | return getCustomPath("Abilities", usePath); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Get customFeatFilePath |
no test coverage detected