knowyt/client/src/plugins/engine/setGameLang.js
2022-04-24 18:22:23 +02:00

9 lines
146 B
JavaScript

export default async function({ g, lang }) {
const { store } = this.context
await this.callApi('/api/setGameLang', {
g,
lang,
})
}