Files
2026-04-22 15:51:07 +02: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;
}