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

    Type Alias Int8Property

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