UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (5 loc) 184 B
import {EntityComponentDataset} from "../ecs/EntityComponentDataset"; export default class Scene { constructor(name?: string) public dataset: EntityComponentDataset }