This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
StationObscurum_Unreal/Source/station_obscurum/station_obscurum.cpp

7 lines
214 B
C++
Raw Permalink Normal View History

2023-09-13 03:51:28 +02:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "station_obscurum.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, station_obscurum, "station_obscurum" );