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

15 lines
287 B
C++
Executable file

#include "ShowroomManager.h"
UShowroomController* UShowroomManager::GetController() {
return NULL;
}
void UShowroomManager::ClearShowroom() {
}
UShowroomManager::UShowroomManager() {
this->CurrentStage = NULL;
this->StageInstance = NULL;
this->RenderTarget = NULL;
}