6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
import GameCommon from './../common/GameCommon.js'
|
|
|
|
export default {
|
|
createGame: GameCommon.setGame,
|
|
handleInput: GameCommon.handleInput,
|
|
}
|