Files
FNGameProj/Source/FortniteGame/Private/MMAttemptState.cpp
T
2024-01-21 00:41:14 +01: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;
}