mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
341 B
C++
14 lines
341 B
C++
#include "FortDivisionPayoutInfo.h"
|
|
|
|
|
|
UFortDivisionPayoutInfo::UFortDivisionPayoutInfo() {
|
|
this->EntryBoxes_DivisionRanksButtons = NULL;
|
|
this->Button_Left = NULL;
|
|
this->Button_Right = NULL;
|
|
this->EntryBox_Payouts = NULL;
|
|
this->Text_League = NULL;
|
|
this->Text_DivsionRank = NULL;
|
|
this->PayoutDisplayInfo = NULL;
|
|
}
|
|
|