Files
FNGameProj/Source/FortniteGame/Private/FortFeedbackLine.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
224 B
C++

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