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

    Type Alias Uint8Property

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