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

8 lines
195 B
C++

#include "FortNavObstacleComponent.h"
#include "FortNavArea_Obstacle.h"
UFortNavObstacleComponent::UFortNavObstacleComponent() {
ObstacleAreaClass = UFortNavArea_Obstacle::StaticClass();
}