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

12 lines
332 B
C++
Executable file

#include "CharacterShowroomController.h"
UCharacterShowroomController* UCharacterShowroomController::DisplayCharacter(UObject* WorldContextObject, UPlayerCharacterID* characterID, UShowroomCameraKey* Key) {
return NULL;
}
UCharacterShowroomController::UCharacterShowroomController() {
this->CharacterInstance = NULL;
}