mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
11 lines
235 B
C++
11 lines
235 B
C++
#include "FortEulaWidget.h"
|
|
|
|
UFortEulaWidget::UFortEulaWidget() {
|
|
this->Text_Title = NULL;
|
|
this->Text_Description = NULL;
|
|
this->ScrollBox_License = NULL;
|
|
this->Button_Confirm = NULL;
|
|
this->Button_Decline = NULL;
|
|
}
|
|
|