UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines (14 loc) 250 B
export class CurrencyDenominationSpec { constructor() { /** * * @type {string} */ this.id = ""; /** * * @type {number} */ this.value = 0; } }