TRUE if the game mode has a point pool @return TRUE if the game mode has a point pool
()
| 274 | * @return TRUE if the game mode has a point pool |
| 275 | */ |
| 276 | public static boolean getGameModeHasPointPool() |
| 277 | { |
| 278 | return !getGameModePointPoolName().isEmpty(); |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Get game mode unit set |
no test coverage detected