Files
FNGameProj/Source/ArsenicCoreUI/Private/ArsenicCoreKillerInfoScreen.cpp
T
2024-03-03 23:44:39 +01:00

11 lines
302 B
C++

#include "ArsenicCoreKillerInfoScreen.h"
void UArsenicCoreKillerInfoScreen::OnLocalPlayerDiedAsHuman(const AFortPlayerStateAthena* VictimPlayerState, const FFortPlayerDeathReport& DeathReport) {
}
UArsenicCoreKillerInfoScreen::UArsenicCoreKillerInfoScreen() {
this->Widget_KillerInfo = NULL;
}