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

8 lines
179 B
C++

#include "CreativeToolObjectInteractionRow.h"
FCreativeToolObjectInteractionRow::FCreativeToolObjectInteractionRow() {
AllowedClasses = NULL;
ForbiddenClasses = NULL;
}