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

8 lines
201 B
C++

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