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