From 8a30db0118bec980604af69df2489382216d6d1e Mon Sep 17 00:00:00 2001 From: Marcel Hara Date: Mon, 24 Oct 2022 00:55:18 +0100 Subject: [PATCH] Got rid of old gamemode and added new working one --- .../the_twilight_abyssGameModeBase.cpp | 5 ----- .../the_twilight_abyssGameModeBase.h | 17 ----------------- 2 files changed, 22 deletions(-) delete mode 100644 Source/the_twilight_abyss/the_twilight_abyssGameModeBase.cpp delete mode 100644 Source/the_twilight_abyss/the_twilight_abyssGameModeBase.h diff --git a/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.cpp b/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.cpp deleted file mode 100644 index 217a48d..0000000 --- a/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - - -#include "the_twilight_abyssGameModeBase.h" - diff --git a/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.h b/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.h deleted file mode 100644 index 34cce53..0000000 --- a/Source/the_twilight_abyss/the_twilight_abyssGameModeBase.h +++ /dev/null @@ -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() - -};