knowyt/client/src/plugins/engine/continueGame.js
2021-08-30 18:21:14 +02:00

8 lines
157 B
JavaScript

export default async function() {
const { store } = this.context
await this.callApi('/api/continueGame', {
g: store.state.engine.user?.game,
})
}