| 359 | // --------------------------------------------------------------------------- |
| 360 | |
| 361 | export class ModManager { |
| 362 | private config: ModConfig; |
| 363 | private state: ModState; |
| 364 |
nothing calls this directly
no outgoing calls
no test coverage detected