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

14 lines
375 B
C++
Executable file

#include "EnemyShowroomController.h"
void UEnemyShowroomController::PlayAttack(UAnimSequenceBase* Animation) {
}
UEnemyShowroomController* UEnemyShowroomController::DisplayEnemy(UObject* WorldContextObject, TSoftClassPtr<AEnemyShowroomItem> EnemyPreviewActor) {
return NULL;
}
UEnemyShowroomController::UEnemyShowroomController() {
this->EnemyInstance = NULL;
}