Files
FNGameProj/Source/FortniteGame/Private/ServerMigrationAlertData.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
159 B
C++

#include "ServerMigrationAlertData.h"
FServerMigrationAlertData::FServerMigrationAlertData() {
SecondsRemainingStart = 0;
SecondsRemainingEnd = 0;
}