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

8 lines
159 B
C++

#include "FortPlayerSurveyCMSTracker.h"
UFortPlayerSurveyCMSTracker::UFortPlayerSurveyCMSTracker() {
this->Player = NULL;
this->McpProfile = NULL;
}