nitro-renderer/src/core/asset/interfaces/animation/index.ts

13 lines
506 B
TypeScript

export * from './IAssetAnimation';
export * from './IAssetAnimationAdd';
export * from './IAssetAnimationAvatar';
export * from './IAssetAnimationDirection';
export * from './IAssetAnimationFrame';
export * from './IAssetAnimationFramePart';
export * from './IAssetAnimationFramePartItem';
export * from './IAssetAnimationOverride';
export * from './IAssetAnimationRemove';
export * from './IAssetAnimationShadow';
export * from './IAssetAnimationSprite';
export * from './IAssetAnimationSpriteDirection';