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

15 lines
398 B
C++

#include "AthenaPlayerKillsBase.h"
void UAthenaPlayerKillsBase::SetKillsSourcePlayerState(AFortPlayerStateAthena* InPlayerState) {
}
void UAthenaPlayerKillsBase::SetKillsSourcePlayerController(AFortPlayerControllerAthena* InPlayerController) {
}
UAthenaPlayerKillsBase::UAthenaPlayerKillsBase() {
this->KillsText = NULL;
this->KillsSource = NULL;
this->bCustomKillSource = false;
}