mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
16 lines
258 B
C++
16 lines
258 B
C++
#include "AthenaMapLayer.h"
|
|
|
|
void UAthenaMapLayer::SetLocalPlayer(ULocalPlayer* NewLocalPlayer) {
|
|
}
|
|
|
|
void UAthenaMapLayer::FlashPlayerIcon() {
|
|
}
|
|
|
|
void UAthenaMapLayer::ClearTouches() {
|
|
}
|
|
|
|
UAthenaMapLayer::UAthenaMapLayer() {
|
|
this->LocalPlayer = NULL;
|
|
}
|
|
|