UNPKG

vertecs

Version:

A typescript entity-component-system framework

8 lines (6 loc) 215 B
import Animation from "./Animation"; import IsPrefab from "./prefabs/IsPrefab"; import PrefabManager from "./prefabs/PrefabManager"; export * from "./fsm"; export { Animation }; export { IsPrefab, PrefabManager };