UNPKG
@willyuum/pixi-gameobject-system
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.3
github.com/WillYuum/pixi-gameobject-system
WillYuum/pixi-gameobject-system
@willyuum/pixi-gameobject-system
/
dist
/
index.js
6 lines
(5 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ public_ComponentManager }
from
"./ComponentManager"
;
//Main API entry point for the library
export
*
from
"./Component"
;
export
*
from
"./GameObject"
;
export
const
UpdateComponents
= public_ComponentManager.
UpdateComponents
;