Files
FNGameProj/Source/FortniteGame/Private/OutpostPOSTRequirementData.cpp
2024-01-21 00:41:14 +01:00

12 lines
301 B
C++

#include "OutpostPOSTRequirementData.h"
UOutpostPOSTRequirementData::UOutpostPOSTRequirementData() {
this->RequirementItemDefinition = NULL;
this->TotalRequired = -1;
this->AlreadyDeposited = -1;
this->AmountOwned = -1;
this->bHasEnough = false;
this->AmountToDeposit = 0;
}