2024-04-21 06:51:51 -07:00
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "GasaUserWidget.h"
|
|
|
|
|
|
2024-04-21 15:56:57 -07:00
|
|
|
|
#include "HUDHostWidget.generated.h"
|
2024-04-21 06:51:51 -07:00
|
|
|
|
|
|
|
|
|
UCLASS()
|
2024-04-21 15:56:57 -07:00
|
|
|
|
class GASA_API UHUDHostWidget : public UGasaUserWidget
|
2024-04-21 06:51:51 -07:00
|
|
|
|
{
|
|
|
|
|
GENERATED_BODY()
|
|
|
|
|
public:
|
|
|
|
|
// #pragma region
|
|
|
|
|
};
|