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

9 lines
234 B
C++

#include "FortMatchServerAnalytics.h"
UFortMatchServerAnalytics::UFortMatchServerAnalytics() {
PlayersNotCompletingPhasePercentage = 1;
PlayersDisconnectingUnexpectedlyPercentage = 1;
MatchStartThreshold = 4294967295;
}