10 lines
189 B
C++
10 lines
189 B
C++
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||
|
|
||
|
|
||
|
#include "MainScreenUserWidget.h"
|
||
|
#include "Engine/DataTable.h"
|
||
|
|
||
|
void UMainScreenUserWidget::InitData()
|
||
|
{
|
||
|
|
||
|
}
|