Files
2026-04-22 15:51:07 +02:00

9 lines
199 B
C++

#include "VolumePerformanceMetrics.h"
FVolumePerformanceMetrics::FVolumePerformanceMetrics() {
this->PerformanceValue = 0;
this->PerformanceMaxValue = 0;
this->PreviewDeltaValue = 0;
}