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

12 lines
245 B
C++

#include "WorldMapPin.h"
#include "Components/SceneComponent.h"
void AWorldMapPin::SetTheaterId(const FString& NewID) {
}
AWorldMapPin::AWorldMapPin() {
SceneComponent = CreateDefaultSubobject<USceneComponent>(TEXT("SceneComponent"));
}