mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
491 B
C++
17 lines
491 B
C++
#include "FortCollectionBookProgressionRewardDetailInspectWidget.h"
|
|
|
|
void UFortCollectionBookProgressionRewardDetailInspectWidget::SetAssociatedLevel(int32 Level) {
|
|
}
|
|
|
|
|
|
int32 UFortCollectionBookProgressionRewardDetailInspectWidget::GetXPRequired() const {
|
|
return 0;
|
|
}
|
|
|
|
UFortCollectionBookProgressionRewardDetailInspectWidget::UFortCollectionBookProgressionRewardDetailInspectWidget() {
|
|
this->LevelTextWidget = NULL;
|
|
this->RewardWidget = NULL;
|
|
this->CheckmarkImage = NULL;
|
|
}
|
|
|