mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
10 lines
200 B
C++
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;
|
|
}
|
|
|