2024-07-03 13:19:53 +02:00

5 lines
165 B
TypeScript

export * from './IParticleSystem';
export * from './IParticleSystemEmitter';
export * from './IParticleSystemParticle';
export * from './IParticleSystemSimulation';