mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
25 lines
474 B
C++
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;
|
|
}
|
|
|