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

8 lines
166 B
C++
Executable file

#include "ReflectiveHitscanHit.h"
FReflectiveHitscanHit::FReflectiveHitscanHit() {
this->Component = NULL;
this->BoneIndex = 0;
this->PhysMat = NULL;
}