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

9 lines
210 B
C++

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