Files
2026-04-22 15:51:07 +02:00

19 lines
310 B
C++

#include "AthenaPlayerIndicatorBase.h"
void UAthenaPlayerIndicatorBase::SetViewModel(UAthenaPlayerViewModel* InPlayerVM) {
}
void UAthenaPlayerIndicatorBase::RefreshCurrentPawn() {
}
UAthenaPlayerIndicatorBase::UAthenaPlayerIndicatorBase() {
this->PlayerState = NULL;
this->PlayerVM = NULL;
}