// MVDataRoot
class CNavHullPresetVData
{
public:
    // MPropertyFriendlyName = Nav Hulls
    // MPropertyDescription = List of nav hulls belonging to this preset.
    // MPropertyAttributeEditor = VDataChoice( scripts/nav_hulls.vdata )
    CUtlVector<CUtlString> m_vecNavHulls;
};

KV3 Class Defaults

{
    m_vecNavHulls = [  ]
}