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

10 lines
200 B
C++

#include "FortRespawnDataRow.h"
FFortRespawnDataRow::FFortRespawnDataRow() {
this->FadeOutTime = 0.00f;
this->FadeInTime = 0.00f;
this->WaitTime = 0.00f;
this->SafetyTime = 0.00f;
}