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

9 lines
154 B
C++

#include "CreativeItemInfo.h"
FCreativeItemInfo::FCreativeItemInfo() {
ItemDefinition = NULL;
DesiredSlot = 0;
bUseVolumeToSpawn = false;
}