Files
FNGameProj/Source/FortniteGame/Private/FortInviteSessionParams.cpp
2024-01-21 00:41:14 +01:00

8 lines
215 B
C++

#include "FortInviteSessionParams.h"
FFortInviteSessionParams::FFortInviteSessionParams() {
this->State = EMatchmakingState::NotMatchmaking;
this->LastBeaconResponse = EPartyReservationResult::NoResult;
}