skinview3d/types/skinview3d.d.ts

4 lines
189 B
TypeScript
Raw Normal View History

2018-02-05 02:14:43 +01:00
export { CompositeAnimation, WalkAnimation, Animation } from './animation'
2018-02-04 15:15:03 +01:00
export { SkinViewer, SkinControl } from './viewer'
export { SkinObject, CapeObject, PlayerObject } from './model'