You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
541 B
JavaScript

import look from './look'
import lookDirection from './lookDirection'
import lookAt from './lookAt'
import go from './go'
import open from './open'
import takeDrop from './take-drop'
import inventory from './inventory'
import help from './help'
import options from './options'
import map from './map'
import hint from './hint'
import start from './start'
import takeApart from './take-apart'
export default [
look,
lookDirection,
lookAt,
go,
open,
takeDrop,
inventory,
help,
options,
map,
hint,
start,
takeApart
]