Files
2026-04-22 15:51:07 +02:00

12 lines
439 B
C++

#include "FortPlayerStartCreative.h"
#include "FortCreativeVolumeLinkComponent.h"
AFortPlayerStartCreative::AFortPlayerStartCreative() : APlayerStart(FObjectInitializer::Get()) {
this->PortalIndex = -1;
this->ApplicableTeam = 1;
this->bUseAsIslandStart = false;
this->PriorityGroup = 2147483647;
this->CreativeLinkComponent = CreateDefaultSubobject<UFortCreativeVolumeLinkComponent>(TEXT("CreativeLinkComponent"));
}