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

7 lines
165 B
C++

#include "FortQueryGenerator_PointsAroundLine.h"
UFortQueryGenerator_PointsAroundLine::UFortQueryGenerator_PointsAroundLine() {
this->GenerateAround = NULL;
}