GASATHON/Project/Source/Gasa/UI/AttributeMenu/AttributeMenu.h
2024-12-15 14:13:44 -05:00

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:
};