mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
23 lines
329 B
C++
23 lines
329 B
C++
#include "SeasonPassPageWidget.h"
|
|
|
|
bool USeasonPassPageWidget::ShouldPlayInto(int32 FirstLevel) {
|
|
return false;
|
|
}
|
|
|
|
|
|
bool USeasonPassPageWidget::OwnsSeasonPass() const {
|
|
return false;
|
|
}
|
|
|
|
|
|
|
|
|
|
int32 USeasonPassPageWidget::GetCurrentSeasonNumber() const {
|
|
return 0;
|
|
}
|
|
|
|
|
|
USeasonPassPageWidget::USeasonPassPageWidget() {
|
|
}
|
|
|