GASATHON/Project/Source/Gasa/UI/UI_HostWidget.h

14 lines
198 B
C
Raw Normal View History

#pragma once
#include "GasaUserWidget.h"
#include "UI_HostWidget.generated.h"
UCLASS()
class GASA_API UUI_HostWidget : public UGasaUserWidget
{
GENERATED_BODY()
public:
// #pragma region
};