Files
FNGameProj/Source/FortniteGame/Private/FortFeedbackLine.cpp
2024-01-21 00:41:14 +01: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;
}