mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
208 B
C++
10 lines
208 B
C++
#include "HUDLayoutUsageData.h"
|
|
|
|
FHUDLayoutUsageData::FHUDLayoutUsageData() {
|
|
this->NumOfTimesOpened = 0;
|
|
this->NumOfTimesReset = 0;
|
|
this->NumOfTimesSaved = 0;
|
|
this->NumOfTimesPanning = 0;
|
|
}
|
|
|