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

8 lines
173 B
C++

#include "AthenaLocalPlayerViewModel.h"
UAthenaLocalPlayerViewModel::UAthenaLocalPlayerViewModel() {
this->PlayerController = NULL;
this->IndicatorCache = NULL;
}