Initialise the plugins and load the game mode and campaign files.
()
| 65 | * Initialise the plugins and load the game mode and campaign files. |
| 66 | */ |
| 67 | @BeforeAll |
| 68 | static void onceOnly() |
| 69 | { |
| 70 | loadGameModes(); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Tidy up the config file we created. |
nothing calls this directly
no test coverage detected