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

18 lines
416 B
C++

#include "FortPlayerPowerRatingToast.h"
void UFortPlayerPowerRatingToast::SetToast(UFortUINotification* Notification) {
}
void UFortPlayerPowerRatingToast::HideToast() {
}
UFortPlayerPowerRatingToast::UFortPlayerPowerRatingToast() {
this->Banner_MemberBanner = NULL;
this->Text_PowerRating = NULL;
this->Text_PowerDifference = NULL;
this->Text_Title = NULL;
this->Text_Description = NULL;
}