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

12 lines
308 B
C++

#include "FeedbackReportablePlayerBase.h"
UFeedbackReportablePlayerBase::UFeedbackReportablePlayerBase() {
this->PlayerInfo = NULL;
this->TextBlock_Header = NULL;
this->TextBlock_SecondaryInfoText = NULL;
this->HorizontalBox_SecondayInfoArea = NULL;
this->TextBlock_RoleText = NULL;
}