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

14 lines
365 B
C++

#include "FortPlayerDeathReport.h"
FFortPlayerDeathReport::FFortPlayerDeathReport() {
this->ServerTimeForRespawn = 0.00f;
this->ServerTimeForResurrect = 0.00f;
this->LethalDamage = 0.00f;
this->KillerPlayerState = NULL;
this->KillerPawn = NULL;
this->DamageCauser = NULL;
this->bDroppedBackpack = false;
this->bNotifyUI = false;
}