mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +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;
|
|
}
|
|
|