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

10 lines
208 B
C++

#include "HUDLayoutUsageData.h"
FHUDLayoutUsageData::FHUDLayoutUsageData() {
this->NumOfTimesOpened = 0;
this->NumOfTimesReset = 0;
this->NumOfTimesSaved = 0;
this->NumOfTimesPanning = 0;
}