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

9 lines
251 B
C++
Executable file

#include "BodyRotationManagerComponent.h"
void UBodyRotationManagerComponent::ApplyKnockBack(float force, float Duration, const FVector& Direction) {
}
UBodyRotationManagerComponent::UBodyRotationManagerComponent() {
this->LerpSpeed = 0.40f;
}