Files
2024-01-21 00:41:14 +01:00

12 lines
252 B
C++

#include "DeathInfo.h"
FDeathInfo::FDeathInfo() {
this->FinisherOrDowner = NULL;
this->Downer = NULL;
this->bDBNO = false;
this->DeathCause = EDeathCause::OutsideSafeZone;
this->Distance = 0.00f;
this->bInitialized = false;
}