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

21 lines
543 B
C++
Executable file

#include "TerminatorShoutComponent.h"
void UTerminatorShoutComponent::SetShoutState(ETerminatorShoutState State, float delayShout) {
}
void UTerminatorShoutComponent::OnShoutInstancePlayStateChanged(EAudioComponentPlayState PlayState) {
}
void UTerminatorShoutComponent::All_PlayShout_Implementation(USoundCue* Shout) {
}
UTerminatorShoutComponent::UTerminatorShoutComponent() {
this->TalkLight = NULL;
this->MaxRadius = 100.00f;
this->MaxIntensity = 10000.00f;
this->OwnerMesh = NULL;
this->ShoutInstance = NULL;
}