// MVDataRootclass CTeamTrackedStatDefinition{ uint8 pad_0000[8];public: // MPropertyDescription = unique integer ID of this stat // MVDataUniqueMonotonicInt = _editor/next_team_stat_id // MPropertyAttributeEditor = locked_int()TrackedStatID_t m_unStatID; // MPropertyDescription = how this stat is implementedETeamTrackedStatImpl m_eStatImpl; // MPropertyDescription = For k_eTeamTrackedStatImpl_Expression, what is the expression information. // MPropertySuppressExpr = m_eStatImpl != k_ePlayerTrackedStatImpl_ExpressionTrackedStatExpressionData_t m_expressionData; // MPropertyDescription = For k_eTeamTrackedStatImpl_PlayerAggregate, what is the aggregate information. // MPropertySuppressExpr = m_eStatImpl != k_eTeamTrackedStatImpl_PlayerAggregateTrackedStatAggregateData_t m_aggregateData;};