@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
15 lines • 342 B
TypeScript
export class CellMatcherBinary extends CellMatcher {
/**
*
* @type {CellMatcher}
*/
left: CellMatcher;
/**
*
* @type {CellMatcher}
*/
right: CellMatcher;
initialize(grid: any, seed: any): void;
}
import { CellMatcher } from "../CellMatcher.js";
//# sourceMappingURL=CellMatcherBinary.d.ts.map