mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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() {
|
|
}
|
|
|