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

11 lines
256 B
C++

#include "ItemCollectorRow.h"
FItemCollectorRow::FItemCollectorRow() {
this->OverrideItemsTable = NULL;
this->OverrideRarity = EFortRarity::Common;
this->OverrideGoal = 0;
this->bOverrideLootRules = 0;
this->bUseOverrideRarity = 0;
}