9 lines
251 B
C++
Executable file
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;
|
|
}
|
|
|