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
2023-09-12 21:51:28 -04:00

7 lines
214 B
C++

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