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

9 lines
158 B
C++

#include "ImageGridObject.h"
UImageGridObject::UImageGridObject() {
this->GridLocation = -1;
this->BundleData = NULL;
this->QuestItem = NULL;
}