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

10 lines
268 B
C++
Executable file

#include "TerminatorShoutState.h"
FTerminatorShoutState::FTerminatorShoutState() {
this->Loop = false;
this->MaxRandomShoutDelay = 0.00f;
this->MinRandomShoutDelay = 0.00f;
this->Interruptable = false;
this->PreventSubsequentDuplicate = false;
}