Project Creation

This commit is contained in:
ArckingV
2023-11-28 13:34:27 -06:00
parent 59bf43490e
commit dc293c7a7c
494 changed files with 909 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// 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();
};