UNPKG

ecsy-baby

Version:

A community project for easy implementation of ecsy in babylon.js

7 lines (6 loc) 208 B
import { World, WorldOptions } from "ecsy"; import { BabyEntity } from "./entity"; export declare class BabyWorld extends World<BabyEntity> { entity: BabyEntity; constructor(options: WorldOptions); }