Got rid of old gamemode and added new working one

This commit is contained in:
Marcel Hara 2022-10-24 00:55:18 +01:00
parent bc96dc4556
commit 8a30db0118
2 changed files with 0 additions and 22 deletions

View File

@ -1,5 +0,0 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "the_twilight_abyssGameModeBase.h"

View File

@ -1,17 +0,0 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "the_twilight_abyssGameModeBase.generated.h"
/**
*
*/
UCLASS()
class THE_TWILIGHT_ABYSS_API Athe_twilight_abyssGameModeBase : public AGameModeBase
{
GENERATED_BODY()
};