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

23 lines
327 B
C++

#include "FortQuestPlayButton.h"
bool UFortQuestPlayButton::CanPlayQuest() const {
return false;
}
bool UFortQuestPlayButton::CanNavigateToQuestObjective() const {
return false;
}
void UFortQuestPlayButton::AttemptToPlayQuest() {
}
UFortQuestPlayButton::UFortQuestPlayButton() {
this->QuestItem = NULL;
}