export interface IParticleWobble {
    angle: number;
    speed: number;
}
