// MVDataRootclass CPlayerTrackedStatDefinition{ uint8 pad_0000[8];public: // MPropertyDescription = unique integer ID of this stat // MVDataUniqueMonotonicInt = _editor/next_player_stat_id // MPropertyAttributeEditor = locked_int()TrackedStatID_t m_unStatID; // MPropertyDescription = how this stat is implementedEPlayerTrackedStatImpl m_eStatImpl; // MPropertyDescription = For k_ePlayerTrackedStatImpl_Expression, what is the expression information. // MPropertySuppressExpr = m_eStatImpl != k_ePlayerTrackedStatImpl_ExpressionTrackedStatExpressionData_t m_expressionData; // MPropertyDescription = For k_ePlayerTrackedStatImpl_HeroAdjective, what is the adjective information. // MPropertySuppressExpr = m_eStatImpl != k_ePlayerTrackedStatImpl_HeroAdjectiveTrackedStatHeroAdjectiveData_t m_heroAdjectiveData;};