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

9 lines
193 B
C++

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