Files
FNGameProj/Source/FortniteGame/Private/FortQueryGenerator_PointsAroundLine.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
159 B
C++

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