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

9 lines
242 B
C++
Executable file

#include "DamageImpulse.h"
UDamageImpulse::UDamageImpulse() {
this->ImpactForce = 5.00f;
this->UpwardForceScale = 1.00f;
this->ImpulseSource = EImpulseDirectionSource::SourceForward;
this->ApplyImpulseToWholeBody = false;
}