Files
2026-04-22 15:51:07 +02:00

7 lines
151 B
C++

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