blob: e2148da04b26678e8a855560bbdb16e3344daec9 (
plain) (
blame)
1
2
3
4
5
6
|
// Copyright Epic Games, Inc. All Rights Reserved.
#include "UGCExample.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, UGCExample, "UGCExample" );
|