// 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 = [ ]
}