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