mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
18 lines
512 B
C++
18 lines
512 B
C++
#include "FortCampaignTeamMemberInfo.h"
|
|
|
|
|
|
UFortCampaignTeamMemberInfo::UFortCampaignTeamMemberInfo() {
|
|
this->Button_MenuButton = NULL;
|
|
this->Banner_MemberBanner = NULL;
|
|
this->PowerRating_MemberRating = NULL;
|
|
this->Text_MemberName = NULL;
|
|
this->Image_LeaderIcon = NULL;
|
|
this->Image_PlatformIcon = NULL;
|
|
this->VoiceIcon_Status = NULL;
|
|
this->RichText_Fortitude = NULL;
|
|
this->RichText_Offense = NULL;
|
|
this->RichText_Resistance = NULL;
|
|
this->RichText_Technology = NULL;
|
|
}
|
|
|