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

16 lines
258 B
C++

#include "AthenaMapLayer.h"
void UAthenaMapLayer::SetLocalPlayer(ULocalPlayer* NewLocalPlayer) {
}
void UAthenaMapLayer::FlashPlayerIcon() {
}
void UAthenaMapLayer::ClearTouches() {
}
UAthenaMapLayer::UAthenaMapLayer() {
this->LocalPlayer = NULL;
}