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

15 lines
194 B
C
Raw Normal View History

2024-12-15 11:13:44 -08:00
#pragma once
#include "UI/GasaUserWidget.h"
#include "AttributeMenu.generated.h"
UCLASS(Blueprintable)
class GASA_API UAttributeMenu : public UGasaUserWidget
{
GENERATED_BODY()
public:
};