(gameConfig: GameConfig)
| 25 | }, |
| 26 | actions: { |
| 27 | setGameConfig(gameConfig: GameConfig) { |
| 28 | this.gameConfig = gameConfig; |
| 29 | }, |
| 30 | setCustomConfig(customConfig: GameConfig) { |
| 31 | this.customConfig = customConfig; |
| 32 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected