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