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

12 lines
245 B
C++

#include "FortSocialInteractionMenu.h"
UFortSocialInteractionMenu::UFortSocialInteractionMenu() {
this->Image_Platform = NULL;
this->Text_DisplayName = NULL;
this->RichText_PlatformNames = NULL;
this->Text_Presence = NULL;
}