Files
2026-04-22 15:51:07 +02:00

15 lines
354 B
C++

#include "FortSpokenLine.h"
FFortSpokenLine::FFortSpokenLine() {
this->Audio = NULL;
this->AnimMontage = NULL;
this->AnimSequence = NULL;
this->Addressee = NULL;
this->BroadcastFilter = FFBF_Speaker;
this->Delay = 0.00f;
this->bInterruptCurrentLine = false;
this->bCanBeInterrupted = false;
this->bCanQue = false;
}