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

9 lines
210 B
C++

#include "FortAwardItemDefinition.h"
UFortAwardItemDefinition::UFortAwardItemDefinition() {
this->bSingleSharedDetector = false;
this->bCanEarnMultipleTimes = false;
this->DetectorClass = NULL;
}