Files
UnrealEvent/Project/Source/FortniteGame/Private/FortCreativeRealEstatePlotItem.cpp
2026-04-22 15:51:07 +02:00

9 lines
211 B
C++

#include "FortCreativeRealEstatePlotItem.h"
UFortCreativeRealEstatePlotItem::UFortCreativeRealEstatePlotItem() {
this->IslandIndex = 0;
this->bIsPromoted = false;
this->LastPublishedVersion = 0;
}