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

14 lines
425 B
C++

#include "AthenaServerStartAircraftStats.h"
FAthenaServerStartAircraftStats::FAthenaServerStartAircraftStats() {
this->WarmupDurationSec = 0.00f;
this->NumPlayersMissing = 0;
this->NumPlayersQuitting = 0;
this->bStartedEarly = false;
this->StartReason = EAircraftLaunchReason::StdTimerAllPlayers;
this->ExpectedPlayers = 0;
this->PlayersReadied = 0;
this->PlayersLoadingScreenDropped = 0;
}