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

13 lines
198 B
C++

#include "FortNavigationActor_OpenablePresent.h"
AFortNavigationActor_OpenablePresent::AFortNavigationActor_OpenablePresent() {
TurnSpeed = 1;
OpenDelay = 1;
bCanInspect = true;
}