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

14 lines
258 B
C++

#include "FortGameUIExtenderAthena.h"
void UFortGameUIExtenderAthena::GoToBossCommand() {
}
bool UFortGameUIExtenderAthena::CanShowGoToBossCommand() {
return false;
}
UFortGameUIExtenderAthena::UFortGameUIExtenderAthena() {
this->Owner = NULL;
}