mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
262 B
C++
12 lines
262 B
C++
#include "OutpostPOSTRequirementData.h"
|
|
|
|
UOutpostPOSTRequirementData::UOutpostPOSTRequirementData() {
|
|
RequirementItemDefinition = NULL;
|
|
TotalRequired = 0;
|
|
AlreadyDeposited = 0;
|
|
AmountOwned = 0;
|
|
bHasEnough = false;
|
|
AmountToDeposit = 0;
|
|
}
|
|
|