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

18 lines
335 B
C++

#include "FortLeaderboardContext.h"
bool UFortLeaderboardContext::CanShowStats() const {
return false;
}
bool UFortLeaderboardContext::CanShowLeaderboards() const {
return false;
}
bool UFortLeaderboardContext::CanShowGlobalLeaderboards() const {
return false;
}
UFortLeaderboardContext::UFortLeaderboardContext() {
}