Files
FNGameProj/Source/FortniteUI/Private/AthenaPlayerIndicatorBase.cpp
2024-01-21 00:41:14 +01: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;
}