Started UI rework

This commit is contained in:
2026-05-25 17:57:30 +03:00
parent 43ddad9217
commit 37d19b0817
45 changed files with 125 additions and 85 deletions
+16
View File
@@ -0,0 +1,16 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "CommonUserWidget.h"
#include "HUDWidget.generated.h"
/**
*
*/
UCLASS()
class NAKEDDESIRE_API UHUDWidget : public UCommonUserWidget
{
GENERATED_BODY()
};