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

7 lines
93 B
C++

#include "FortNavMesh.h"
AFortNavMesh::AFortNavMesh() {
this->HotSpotManager = NULL;
}