mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
10 lines
244 B
C++
10 lines
244 B
C++
#include "EmptyServerReservation.h"
|
|
|
|
FEmptyServerReservation::FEmptyServerReservation() {
|
|
this->PlaylistId = 0;
|
|
this->bMakePrivate = false;
|
|
this->MatchmakingPool = EFortMatchmakingPool::Any;
|
|
this->bUsesMatchmakingV2 = false;
|
|
}
|
|
|