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

9 lines
301 B
C++

#include "FortPlayerSurveyCMSDataConditionAthenaMatchStat.h"
FFortPlayerSurveyCMSDataConditionAthenaMatchStat::FFortPlayerSurveyCMSDataConditionAthenaMatchStat() {
this->ag = EFortPlayerSurveyCMSDataAggregateOp::s;
this->O = EFortPlayerSurveyCMSDataBinaryComparisonOp::e;
this->T = 0;
}