Files
2026-04-22 15:51:07 +02: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;
}