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

9 lines
211 B
C++

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