#include "FortLootPackageData.h" FFortLootPackageData::FFortLootPackageData() { this->Weight = 0.00f; this->Count = 0; this->LootPackageCategory = 0; this->MinWorldLevel = 0; this->MaxWorldLevel = 0; this->bAllowBonusDrops = false; }