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

15 lines
296 B
C++
Executable file

#include "UsableComponent.h"
void UUsableComponent::SetUseText(const FText& NewText) {
}
bool UUsableComponent::HasDuration() const {
return false;
}
UUsableComponent::UUsableComponent() {
this->ShoutBegin = NULL;
this->ResetOnFail = false;
this->SwitchToUsingState = true;
}