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

7 lines
142 B
C++

#include "ItemCategoryOptionData.h"
FItemCategoryOptionData::FItemCategoryOptionData() {
this->BuildingAttachmentType = ATTACH_Floor;
}