UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 414 B
/** * @extends StaticKnowledgeDataTable<LineDescription> */ export class LineDescriptionTable extends StaticKnowledgeDataTable<LineDescription> { constructor(); parse(json: any): LineDescription; } import { LineDescription } from "./LineDescription.js"; import { StaticKnowledgeDataTable } from "../../../knowledge/database/StaticKnowledgeDataTable.js"; //# sourceMappingURL=LineDescriptionTable.d.ts.map