UNPKG

ecsy-baby

Version:

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

4 lines (3 loc) 181 B
import { BabyWorld } from "./base-types/world"; export declare function registerComponents(world: BabyWorld): void; export declare function registerSystems(world: BabyWorld): void;