jumping-ship/Source/jumpingship/jumpingshipGameMode.h

20 lines
304 B
C
Raw Normal View History

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