@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias DoubleProperty

    DoubleProperty: AbstractBaseProperty & {
        propertyTagType: {
            children: FPropertyTagNode[];
            name: "DoubleProperty";
        };
        type: "DoubleProperty";
        value: number;
    }