|
@@ -5,6 +5,8 @@ export * from "./IParticleSystem";
|
|
|
export * from "./particle";
|
|
|
export * from "./particleHelper";
|
|
|
export * from "./particleSystem";
|
|
|
+
|
|
|
+import "./particleSystemComponent";
|
|
|
export * from "./particleSystemComponent";
|
|
|
export * from "./particleSystemSet";
|
|
|
export * from "./solidParticle";
|