Files
projectlighthouse/Source/ProjectLighthouse/ProjectLighthouseGameMode.h
2024-06-02 18:10:57 +02:00

20 lines
322 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "ProjectLighthouseGameMode.generated.h"
UCLASS(minimalapi)
class AProjectLighthouseGameMode : public AGameModeBase
{
GENERATED_BODY()
public:
AProjectLighthouseGameMode();
};