Files
FNGameProj/Source/FortniteUI/Private/FortLeaderboardContext.cpp
2024-01-21 00:41:14 +01: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() {
}