knowyt/_client/src/plugins/engine/continueGame.js

8 lines
157 B
JavaScript

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