UNPKG
vertecs
Version:
latest (2.2.2)
2.2.2
2.2.1
2.1.1
2.1.0
2.0.1
1.0.0
A typescript entity-component-system framework
vertecs
/
src
/
utils
/
index.ts
8 lines
(6 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
Animation
from
"./Animation"
;
import
IsPrefab
from
"./prefabs/IsPrefab"
;
import
PrefabManager
from
"./prefabs/PrefabManager"
;
export
*
from
"./fsm"
;
export
{
Animation
};
export
{
IsPrefab
,
PrefabManager
};