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