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

7 lines
165 B
C++

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