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

9 lines
210 B
C++

#include "FortCreativeIslandLink.h"
UFortCreativeIslandLink::UFortCreativeIslandLink() {
this->Version = -1;
this->Category = EFortCreativeIslandLinkCategory::Default;
this->bDummyLink = false;
}