GASATHON/Project/Source/GasaEditor/GasaEditorModule.cpp
2024-04-12 12:42:41 -04:00

14 lines
199 B
C++

#include "GasaEditorModule.h"
IMPLEMENT_PRIMARY_GAME_MODULE(FGasaEditorModule, GasaEditor, GasaEditor);
void FGasaEditorModule::StartupModule()
{
}
void FGasaEditorModule::ShutdownModule()
{
}