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

12 lines
260 B
C++

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