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

13 lines
220 B
C++
Executable file

#include "RotateToFace.h"
void URotateToFace::SetTarget(AActor* NewTarget) {
}
void URotateToFace::SetShouldFaceAway(bool FaceAway) {
}
URotateToFace::URotateToFace() {
this->Target = NULL;
this->Face = 1;
}