Files
FNGameProj/Source/FortniteGame/Private/EmptyServerReservation.cpp
T
2024-06-07 01:17:09 +02:00

10 lines
220 B
C++

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