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

10 lines
235 B
C++
Executable file

#include "MultiHitscanHit.h"
FMultiHitscanHit::FMultiHitscanHit() {
this->TargetComponentIndex = 0;
this->PhysicalMaterialIndex = 0;
this->BoneIndex = 0;
this->PlayImpactSound = false;
this->SpawnDecal = false;
}