puzzle/game/Game.js

7 lines
144 B
JavaScript
Raw Normal View History

2020-11-17 22:34:15 +01:00
import GameCommon from './../common/GameCommon.js'
export default {
createGame: GameCommon.setGame,
handleInput: GameCommon.handleInput,
}