This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AgrarianGameArchive/Source/AgrarianGame/AgrarianGame.cpp
T

8 lines
238 B
C++

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