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