10 lines
268 B
C++
Executable file
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;
|
|
}
|
|
|