Get customDeityFilePath @param usePath @return customDeityFilePath
(final boolean usePath)
| 97 | * @return customDeityFilePath |
| 98 | */ |
| 99 | public static String customDeityFilePath(final boolean usePath) |
| 100 | { |
| 101 | return getCustomPath("Deities", usePath); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Get customDomainFilePath |
no test coverage detected