UNPKG

rot-js

Version:

A roguelike toolkit in JavaScript

11 lines (10 loc) 274 B
import Simple from "./simple.js"; import Speed from "./speed.js"; import Action from "./action.js"; declare const _default: { Simple: typeof Simple; Speed: typeof Speed; Action: typeof Action; }; export default _default; export { SpeedActor } from "./speed.js";