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

10 lines
244 B
C++

#include "EmptyServerReservation.h"
FEmptyServerReservation::FEmptyServerReservation() {
this->PlaylistId = 0;
this->bMakePrivate = false;
this->MatchmakingPool = EFortMatchmakingPool::Any;
this->bUsesMatchmakingV2 = false;
}