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