mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
331 B
C++
12 lines
331 B
C++
#include "FortPlayerSurveyQuestionMultipleSelection.h"
|
|
|
|
bool UFortPlayerSurveyQuestionMultipleSelection::TryGetMaxNumAnswers(int32& OutMaxNumAnswers) const {
|
|
return false;
|
|
}
|
|
|
|
UFortPlayerSurveyQuestionMultipleSelection::UFortPlayerSurveyQuestionMultipleSelection() {
|
|
this->MinNumAnswers = 0;
|
|
this->MaxNumAnswers = 0;
|
|
}
|
|
|