UNPKG

@erikyuzwa/rogue-punk

Version:

a JavaScript library to help you build your roguelike adventures

11 lines (10 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Item = void 0; const Emitter_1 = require("./Emitter"); class Item extends Emitter_1.Emitter { constructor(options) { super(options); } } exports.Item = Item;