// MPropertyFriendlyName = Container Set// MPropertyDescription = An array of containers that are played all at once.class CVoiceContainerSet : publicCVoiceContainerBase{public: // MPropertyFriendlyName = Container List CUtlVector<CVoiceContainerSetElement> m_soundsToPlay;private: uint8 pad_00C0[24];};