MCPcopy
hub / github.com/liyupi/yulegeyu / setGameConfig

Function setGameConfig

src/core/globalStore.ts:27–29  ·  view source on GitHub ↗
(gameConfig: GameConfig)

Source from the content-addressed store, hash-verified

25 },
26 actions: {
27 setGameConfig(gameConfig: GameConfig) {
28 this.gameConfig = gameConfig;
29 },
30 setCustomConfig(customConfig: GameConfig) {
31 this.customConfig = customConfig;
32 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected