OLS/Source/ols/Public/UI/OLSHUD.h

17 lines
351 B
C
Raw Permalink Normal View History

// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/HUD.h"
#include "OLSHUD.generated.h"
/**
*
*/
UCLASS()
class OLS_API AOLSHUD : public AHUD
{
GENERATED_BODY()
};