mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
285 B
C++
17 lines
285 B
C++
#include "AthenaSpectatorHUDBase.h"
|
|
|
|
|
|
void UAthenaSpectatorHUDBase::OnSpectatorViewTargetChanged() {
|
|
}
|
|
|
|
|
|
void UAthenaSpectatorHUDBase::OnNameplatesEnabledChanged(bool bInNameplatesEnabled) {
|
|
}
|
|
|
|
|
|
|
|
UAthenaSpectatorHUDBase::UAthenaSpectatorHUDBase() {
|
|
this->NameplateLayer = NULL;
|
|
}
|
|
|