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

10 lines
275 B
C++

#include "AthenaBroadcastPlayerLocationWidget.h"
void UAthenaBroadcastPlayerLocationWidget::OnRemoteClientPoiTagIDChanged(int16 RemoteClientPoiTagID) {
}
UAthenaBroadcastPlayerLocationWidget::UAthenaBroadcastPlayerLocationWidget() {
this->PlayerLocationText = NULL;
}