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

10 lines
311 B
C++
Executable file

#include "DroneDisplayActionComponent.h"
#include "Components/TextRenderComponent.h"
void UDroneDisplayActionComponent::SetMode(EDroneActions droneAction) {
}
UDroneDisplayActionComponent::UDroneDisplayActionComponent() {
this->DisplayText = CreateDefaultSubobject<UTextRenderComponent>(TEXT("Text"));
}