export interface IParticleGravity {
    enable: boolean;
    acceleration: number;
    inverse: boolean;
}
