// MVDataRootclass CMatchTrackedStatDefinition{ uint8 pad_0000[8];public: // MPropertyDescription = unique integer ID of this stat // MVDataUniqueMonotonicInt = _editor/next_match_stat_id // MPropertyAttributeEditor = locked_int()TrackedStatID_t m_unStatID; // MPropertyDescription = how this stat is implementedEMatchTrackedStatImpl m_eStatImpl; // MPropertyDescription = For k_eMatchTrackedStatImpl_Expression, what is the expression information. // MPropertySuppressExpr = m_eStatImpl != k_eMatchTrackedStatImpl_ExpressionTrackedStatExpressionData_t m_expressionData; // MPropertyDescription = For k_eMatchTrackedStatImpl_PlayerAggregate or k_eMatchTrackedStatImpl_TeamAggregate, what is the aggregate information. // MPropertySuppressExpr = m_eStatImpl != k_eMatchTrackedStatImpl_PlayerAggregate && m_eStatImpl != k_eMatchTrackedStatImpl_TeamAggregateTrackedStatAggregateData_t m_aggregateData;};