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

8 lines
268 B
C++

#include "FortPlayerSurveyCMSDataConditionMostRecentlyCompleted.h"
FFortPlayerSurveyCMSDataConditionMostRecentlyCompleted::FFortPlayerSurveyCMSDataConditionMostRecentlyCompleted() {
this->O = EFortPlayerSurveyCMSDataBinaryComparisonOp::e;
this->T = 0.00f;
}