mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
224 B
C++
11 lines
224 B
C++
#include "FortFeedbackLine.h"
|
|
|
|
FFortFeedbackLine::FFortFeedbackLine() {
|
|
Addressee = FFA_Instigator;
|
|
Context = FFC_Instigator;
|
|
bInterruptCurrentLine = false;
|
|
bCanBeInterrupted = false;
|
|
bCanQue = false;
|
|
}
|
|
|