@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
19 lines • 356 B
TypeScript
export class TooltipReferenceValue {
/**
*
* @param {string} type
* @param {Object<String>} values
*/
constructor(type: string, values: any);
/**
*
* @type {string}
*/
type: string;
/**
*
* @type {Object<String>}
*/
values: any;
}
//# sourceMappingURL=TooltipReferenceValue.d.ts.map