GASATHON/Project/Source/GasaEditor/GasaEditorModule.cpp

14 lines
199 B
C++
Raw Normal View History

2024-04-12 09:42:41 -07:00
#include "GasaEditorModule.h"
IMPLEMENT_PRIMARY_GAME_MODULE(FGasaEditorModule, GasaEditor, GasaEditor);
void FGasaEditorModule::StartupModule()
{
}
void FGasaEditorModule::ShutdownModule()
{
}