mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
12 lines
308 B
C++
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;
|
|
}
|
|
|