15 lines
194 B
C
15 lines
194 B
C
|
#pragma once
|
||
|
#include "UI/GasaUserWidget.h"
|
||
|
|
||
|
#include "AttributeMenu.generated.h"
|
||
|
|
||
|
UCLASS(Blueprintable)
|
||
|
class GASA_API UAttributeMenu : public UGasaUserWidget
|
||
|
{
|
||
|
GENERATED_BODY()
|
||
|
|
||
|
public:
|
||
|
|
||
|
|
||
|
};
|