Files
FNGameProj/Source/FortniteGame/Private/FortMatchServerAnalytics.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
252 B
C++

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