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

10 lines
222 B
C++

#include "FortMatchmakingPolicy.h"
UFortMatchmakingPolicy::UFortMatchmakingPolicy() {
bMatchmakingInProgress = false;
MMPass = NULL;
ChanceToHostAttempt = 0;
bShouldCampaignForceCrossplayConfig = true;
}