AzureAbyss/Source/the_twilight_abyss/OpeningTextHandler.h
MARCEL HARA c412e8c163 Added TutorialText to game
added a ui and made it appear at the start of the game
2023-04-17 17:33:40 +01:00

21 lines
396 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "OpeningTextHandler.generated.h"
/**
*
*/
UCLASS()
class THE_TWILIGHT_ABYSS_API UOpeningTextHandler : public UUserWidget
{
GENERATED_BODY()
public:
// Sets default values for this actor's properties
UOpeningTextHandler();
};