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

10 lines
305 B
C++

#include "FortConsumableAccountItemDefinition.h"
UFortConsumableAccountItemDefinition::UFortConsumableAccountItemDefinition() {
this->bCanActivateOnSelf = true;
this->bCanActivateOnOthers = false;
this->bIsAutomaticallyConsumed = false;
this->ProfileType = EItemProfileType::Campaign;
}