mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
18 lines
416 B
C++
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;
|
|
}
|
|
|