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

25 lines
474 B
C++

#include "FortPartySuggestionButton.h"
void UFortPartySuggestionButton::UpdateDisplayInfo() {
}
void UFortPartySuggestionButton::HandleSuggestionAccepted(int32 PlayerID) {
}
void UFortPartySuggestionButton::HandleLobbyStarted() {
}
UFortPartySuggestionButton::UFortPartySuggestionButton() {
this->Image_Platform = NULL;
this->Image_PartySize = NULL;
this->Text_DisplayName = NULL;
this->Text_Description = NULL;
this->Text_ActionText = NULL;
}