9 lines
206 B
C++
9 lines
206 B
C++
#include "PawnEditorModule.h"
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_MODULE(FPawnEditorModule, PawnEditor)
|
|
|
|
void FPawnEditorModule::StartupModule() {}
|
|
|
|
void FPawnEditorModule::ShutdownModule() {} |