7 lines
174 B
C++
Executable file
7 lines
174 B
C++
Executable file
#include "AllPiercingHitscanComponent.h"
|
|
|
|
UAllPiercingHitscanComponent::UAllPiercingHitscanComponent() {
|
|
this->PiercingDepth = 100.00f;
|
|
this->TracePartitions = 0;
|
|
}
|
|
|