Files
FNGameProj/Source/FortniteGame/Private/FortPlayerSurveyQuestionLegacy.cpp
T
2024-03-03 23:44:39 +01:00

14 lines
434 B
C++

#include "FortPlayerSurveyQuestionLegacy.h"
EFortPlayerSurveyQuestionType UFortPlayerSurveyQuestionLegacy::GetQuestionType() const {
return EFortPlayerSurveyQuestionType::Invalid;
}
EFortPlayerSurveyQuestionPresentationStyle UFortPlayerSurveyQuestionLegacy::GetPresentationStyle() const {
return EFortPlayerSurveyQuestionPresentationStyle::Invalid;
}
UFortPlayerSurveyQuestionLegacy::UFortPlayerSurveyQuestionLegacy() {
}