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

8 lines
177 B
C++

#include "FortPlayerSurveyConditionsContext.h"
FFortPlayerSurveyConditionsContext::FFortPlayerSurveyConditionsContext() {
this->Player = NULL;
this->Context = NULL;
}