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

9 lines
158 B
C++

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