UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 293 B
export class ResourceAllocation { /** * * @param {Resource[]} [resources=[]]] */ constructor(resources?: Resource[]); /** * Resource set being bid on * @type {Resource[]} */ resources: Resource[]; } //# sourceMappingURL=ResourceAllocation.d.ts.map