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

9 lines
155 B
C++

#include "FortAutorunLockZone.h"
UFortAutorunLockZone::UFortAutorunLockZone() {
this->bIsInZone = false;
this->bIsAutorunLockEnabled = false;
}