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

9 lines
153 B
C++

#include "FortMetadataItem.h"
UFortMetadataItem::UFortMetadataItem() {
this->Level = 0;
this->Quantity = 0;
this->ItemDefinition = NULL;
}