Files
Naked-Desire/Source/NakedDesire/UI/Inventory/InventoryPanelWidget.h
T

17 lines
281 B
C++

// © 2025 Naked People Team. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "CommonUserWidget.h"
#include "InventoryPanelWidget.generated.h"
/**
*
*/
UCLASS()
class NAKEDDESIRE_API UInventoryPanelWidget : public UCommonUserWidget
{
GENERATED_BODY()
};