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

9 lines
184 B
C++

#include "FeedbackReportPlayerReasonBase.h"
UFeedbackReportPlayerReasonBase::UFeedbackReportPlayerReasonBase() {
this->ReportReason = NULL;
this->TextBlock_Header = NULL;
}