Files
2026-04-22 15:51:07 +02: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;
}