jumping-ship/Source/jumpingship/jumpingship.cpp
Austin Szema 128f80fec9 Added the Unreal Project to the repo
Adding a Third Person Unreal Template project to the repo
2023-10-06 22:17:05 -04:00

7 lines
199 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "jumpingship.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, jumpingship, "jumpingship" );