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

8 lines
158 B
C++
Executable file

#include "ProjectileImpact.h"
FProjectileImpact::FProjectileImpact() {
this->PhysMat = NULL;
this->BoneIndex = 0;
this->bBlockingHit = false;
}