Pawn/Pawn_Unreal/Source/PawnEditor/PawnEditorModule.cpp

9 lines
206 B
C++

#include "PawnEditorModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FPawnEditorModule, PawnEditor)
void FPawnEditorModule::StartupModule() {}
void FPawnEditorModule::ShutdownModule() {}