UNPKG

rot-js

Version:

A roguelike toolkit in JavaScript

5 lines (4 loc) 142 B
import Simple from "./simple.js"; import Speed from "./speed.js"; import Action from "./action.js"; export default { Simple, Speed, Action };