public void Reset()
    {
        //PillarSettings
        shape = Shapes.Circle;
        type = PillarTypes.Box;

        sensitivity = 40;
        amount = 64;
        speed = 5;
        radius = 20;
    }