Get custom purchase mode path @param usePath Should the game mode path be used @param gmName The name of the game mode to get the path for @return custom purchase mode file set path
(final boolean usePath, String gmName)
| 153 | * @return custom purchase mode file set path |
| 154 | */ |
| 155 | public static String customPurchaseModeFilePath(final boolean usePath, String gmName) |
| 156 | { |
| 157 | return getCustomPath("PointBuyMethods", usePath, gmName); |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Get customRaceFilePath |
no test coverage detected