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

10 lines
250 B
C++

#include "MMAttemptState.h"
FMMAttemptState::FMMAttemptState() {
this->BestSessionIdx = 0;
this->NumSearchResults = 0;
this->State = EMatchmakingState::NotMatchmaking;
this->LastBeaconResponse = EPartyReservationResult::NoResult;
}