Files
UnrealEvent/Project/Source/FortniteUI/Private/FortResultsTeleportScreenWidget.cpp
2026-04-22 15:51:07 +02:00

13 lines
213 B
C++

#include "FortResultsTeleportScreenWidget.h"
void UFortResultsTeleportScreenWidget::StartExitTimer() {
}
UFortResultsTeleportScreenWidget::UFortResultsTeleportScreenWidget() {
this->ExitTime = 15.00f;
}