Files
FNGameProj/Source/FortniteGame/Private/FortDelayRTMMData.cpp
2024-01-21 00:41:14 +01:00

9 lines
172 B
C++

#include "FortDelayRTMMData.h"
FFortDelayRTMMData::FFortDelayRTMMData() {
this->bDelayRTTM = false;
this->MinRTTMDelay = 0.00f;
this->MaxRTTMDelay = 0.00f;
}