Files
2026-04-22 15:51:07 +02:00

14 lines
258 B
C++

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