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

13 lines
430 B
C++

#include "FortMatchmaking.h"
#include "FortPartyBeaconClient.h"
UFortMatchmaking::UFortMatchmaking() {
this->ReservationBeaconClientClass = AFortPartyBeaconClient::StaticClass();
this->ReservationBeaconClient = NULL;
this->LobbyBeaconClient = NULL;
this->ControllerId = 0;
this->Matchmaking = NULL;
this->LastMatchmakingPrivacyConfiguration = EFortMatchmakingPrivacyConfiguration::UserPartyConfigured;
}