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

10 lines
244 B
C++

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