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

    Type Alias Uint32Property

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