@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
15 lines • 652 B
TypeScript
export class LineSetDescriptionTable extends StaticKnowledgeDataTable<any> {
constructor();
parse(json: any): LineSetDescription;
linkOne(element: any, json: any, database: any, assetManager: any): Promise<void>;
/**
*
* @param {LineSetDescription} element
* @param database
* @param errorConsumer
*/
validateOne(element: LineSetDescription, database: any, errorConsumer: any): boolean;
}
import { StaticKnowledgeDataTable } from "../../../../knowledge/database/StaticKnowledgeDataTable.js";
import { LineSetDescription } from "./LineSetDescription.js";
//# sourceMappingURL=LineSetDescriptionTable.d.ts.map