Files
FNGameProj/Source/FortniteGame/Private/FortFeedbackResponse.cpp
2024-01-21 00:41:14 +01:00

7 lines
123 B
C++

#include "FortFeedbackResponse.h"
FFortFeedbackResponse::FFortFeedbackResponse() {
this->Context = FFC_Instigator;
}