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

7 lines
174 B
C++
Executable file

#include "AllPiercingHitscanComponent.h"
UAllPiercingHitscanComponent::UAllPiercingHitscanComponent() {
this->PiercingDepth = 100.00f;
this->TracePartitions = 0;
}