mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
260 B
C++
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;
|
|
}
|
|
|