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,7 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "Puzzle_Island.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Puzzle_Island, "Puzzle_Island" );