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

7 lines
151 B
C++

#include "FortMatchServerAnalytics.h"
UFortMatchServerAnalytics::UFortMatchServerAnalytics() {
this->PlayersCompletingPhasePercentage = 0.90f;
}