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() - -};