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

9 lines
192 B
C++

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