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
/
physics
/
Shape.ts
4 lines
(2 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
import
{
SerializableComponent
}
from
"index"
;
export
default
abstract
class
Shape
extends
SerializableComponent
<
any
> {}