UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 278 B
export class MeshLibrary { /** * @type {List.<string>} */ assets: List<string>; /** * * @param {string} url */ add(url: string): void; } import List from "../../src/core/collection/list/List.js"; //# sourceMappingURL=MeshLibrary.d.ts.map