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

11 lines
254 B
C++

#include "FortFeedbackLine.h"
FFortFeedbackLine::FFortFeedbackLine() {
this->Addressee = FFA_Instigator;
this->Context = FFC_Instigator;
this->bInterruptCurrentLine = false;
this->bCanBeInterrupted = false;
this->bCanQue = false;
}