Files
FNGameProj/Source/FortniteUI/Private/FortPlayerPowerRatingToast.cpp
2024-01-21 00:41:14 +01: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;
}