Files
2026-04-22 15:51:07 +02:00

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;
}