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

7 lines
130 B
C++

#include "GoalSelectionQueryInfo.h"
FGoalSelectionQueryInfo::FGoalSelectionQueryInfo() {
this->GoalSelectionQuery = NULL;
}