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

10 lines
219 B
C++

#include "FortMatchmakingConfig.h"
FFortMatchmakingConfig::FFortMatchmakingConfig() {
ChanceToHostOverride = 1;
ChanceToHostIncrease = 1;
MaxSearchResultsOverride = 0;
MaxProcessedSearchResults = 0;
}