Files
UnrealEvent/Project/Source/FortniteGame/Private/FortQueryTest_TowardNextAthenaSafeZone.cpp
2026-04-22 15:51:07 +02:00

8 lines
250 B
C++

#include "FortQueryTest_TowardNextAthenaSafeZone.h"
UFortQueryTest_TowardNextAthenaSafeZone::UFortQueryTest_TowardNextAthenaSafeZone() {
this->bCheckAcceptanceAngleTowardNextCenter = false;
this->AcceptanceAngleTowardNextCenter = 90.00f;
}