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,
]
}