7 lines
207 B
C++
7 lines
207 B
C++
// Copyright Team Lumi. All Rights Reserved.
|
|
|
|
#include "WizardingCentral.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, WizardingCentral, "WizardingCentral" );
|