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

10 lines
160 B
C++

#include "FortRespawnDataRow.h"
FFortRespawnDataRow::FFortRespawnDataRow() {
FadeOutTime = 1;
FadeInTime = 1;
WaitTime = 1;
SafetyTime = 1;
}