DRG-Femboy-Voice/Source/FSD/Private/DebrisItemComponent.cpp
2025-04-15 12:39:31 -07:00

11 lines
307 B
C++
Executable file

#include "DebrisItemComponent.h"
UDebrisItemComponent::UDebrisItemComponent() {
this->Debris = NULL;
this->ItemPass = EDebrisItemPass::Main;
this->InfluenceRange = 0.00f;
this->MinDistanceToImportantLocations = -1.00f;
this->UseAmount = false;
this->AmountSearchMultiplier = 25;
}