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

19 lines
373 B
C++
Executable file

#include "ShowroomController.h"
void UShowroomController::SetLightChannels(AActor* Actor) {
}
void UShowroomController::RotateShowroom(float Pitch, float Yaw) {
}
void UShowroomController::ResetShowroomRotation() {
}
FRotator UShowroomController::GetShowroomRotation() {
return FRotator{};
}
UShowroomController::UShowroomController() {
this->Stage = NULL;
}