class TimeScalingValue_t
{
public:
    // MPropertyFlattenIntoParentRow
    // MPropertyFlattenIncludeLabel = !!UNKNOWN!!
    // MPropertyFriendlyName = Base
    float32 m_flBase;
    // MPropertyFlattenIntoParentRow
    // MPropertyFlattenIncludeLabel = !!UNKNOWN!!
    // MPropertyFriendlyName = Growth Per Minute
    float32 m_flPerMinuteAfterStart;
    // MPropertyFlattenIntoParentRow
    // MPropertyFlattenIncludeLabel = !!UNKNOWN!!
    // MPropertyFriendlyName = Growth Start Minute
    float32 m_flStartMinute;
    // MPropertyFlattenIntoParentRow
    // MPropertyFlattenIncludeLabel = !!UNKNOWN!!
    // MPropertyFriendlyName = Max Value
    float32 m_flMaxValue;
};

KV3 Class Defaults

{
    m_flBase = 0.0
    m_flPerMinuteAfterStart = 0.0
    m_flStartMinute = 0.0
    m_flMaxValue = 0.0
}