Files
FNGameProj/Source/FortniteGame/Private/ItemCollectorRow.cpp
2024-01-21 00:41:14 +01: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;
}