@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
7 lines • 342 B
TypeScript
export class GridCellActionLogToConsole extends GridCellAction {
static from(message: any): GridCellActionLogToConsole;
message: string;
execute(data: any, x: any, y: any, rotation: any): void;
}
import { GridCellAction } from "../../../placement/action/GridCellAction.js";
//# sourceMappingURL=GridCellActionLogToConsole.d.ts.map