namespace AI [Description("Data struct to contain only C section with custom fields.")] struct Base { [Name("ItemTypeName")] [Description("Name of item (B section) if any. If telemetry data is derived straight from this, this should be null.")] 10: string baseType; }