Files
UnrealEvent/Project/Source/FortniteUI/Private/FeedbackReportPlayerReasonBase.cpp
2026-04-22 15:51:07 +02:00

9 lines
184 B
C++

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