Files
UnrealEvent/Project/Source/FortniteGame/Private/AthenaServerStartAircraftStats.cpp
2026-04-22 15:51:07 +02: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;
}