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

9 lines
193 B
C++
Executable file

#include "DamageDataBase.h"
FDamageDataBase::FDamageDataBase() {
this->PhysMaterial = NULL;
this->BoneIndex = 0;
this->DamageImpulseOverride = NULL;
this->IsRadial = false;
}