react-simple-game-engine
Version:
[WIP] not able to use in currently. <!-- Document cumming soon... -->
7 lines • 330 B
TypeScript
import { Configurable } from "../export-types";
import { EntitySuit } from "./entities/entity-suit";
import { LogicComponent } from "./logic-component";
export declare class Prefab<C extends EntitySuit = EntitySuit> extends LogicComponent<C> {
constructor(configurable: Configurable<C>);
}
//# sourceMappingURL=prefab.d.ts.map