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

7 lines
206 B
C++

#include "FortQueryTest_IsCloseToPatrolWard.h"
UFortQueryTest_IsCloseToPatrolWard::UFortQueryTest_IsCloseToPatrolWard() {
this->WardEffectTypeFilter = EWardAffectType::AffectsBothStartAndEndPoints;
}