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

11 lines
213 B
C++

#include "SeasonRewardsGridWidget.h"
void USeasonRewardsGridWidget::Populate() {
}
USeasonRewardsGridWidget::USeasonRewardsGridWidget() {
this->ItemWidgetToCreate = NULL;
this->ScrollSpeed = -50.00f;
}