mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
437 B
C++
17 lines
437 B
C++
#include "AthenaBroadcastKillFeedBase.h"
|
|
|
|
void UAthenaBroadcastKillFeedBase::OnToggleShowKillFeed(bool bShowKillFeed) {
|
|
}
|
|
|
|
void UAthenaBroadcastKillFeedBase::OnTimelineScrubbed() {
|
|
}
|
|
|
|
void UAthenaBroadcastKillFeedBase::AddKillFeedEntry(const FAthenaBroadcastKillFeedEntryInfo& KillFeedEntryInfo) {
|
|
}
|
|
|
|
UAthenaBroadcastKillFeedBase::UAthenaBroadcastKillFeedBase() {
|
|
this->KillFeedEntryBox = NULL;
|
|
this->TimeToShowEntry = 6.00f;
|
|
}
|
|
|