mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
474 B
C++
17 lines
474 B
C++
#include "FortCampaignHUDTeamMemberInfo.h"
|
|
|
|
void UFortCampaignHUDTeamMemberInfo::HandleAccumulatedItemsChanged() {
|
|
}
|
|
|
|
UFortCampaignHUDTeamMemberInfo::UFortCampaignHUDTeamMemberInfo() {
|
|
this->Image_HeroIcon = NULL;
|
|
this->PowerRating_MemberRating = NULL;
|
|
this->Text_BluGloCount = NULL;
|
|
this->VoiceIcon_Status = NULL;
|
|
this->Text_MemberName = NULL;
|
|
this->Image_LeaderIcon = NULL;
|
|
this->Image_PlatformIcon = NULL;
|
|
this->Image_HealthBar = NULL;
|
|
}
|
|
|