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

12 lines
221 B
C++

#include "FortUIRewardReport.h"
int32 UFortUIRewardReport::GetRewardedChestIndex() const {
return 0;
}
UFortUIRewardReport::UFortUIRewardReport() {
this->LocalPlayer = NULL;
this->RewardDisplayLevel = 0;
}