class ItemSlotInfo_t
{
public:
    int32 m_arMaxPurchasesForTier[6];
    float32 m_arPriceAdjustPercentForTier[6];
};

KV3 Class Defaults

{
    m_arMaxPurchasesForTier = 
    [
        0, 0, 0, 0,
        0, 0,
    ]
    m_arPriceAdjustPercentForTier = 
    [
        0.0, 0.0, 0.0, 0.0,
        0.0, 0.0,
    ]
}