OLS/Source/OLSAnimationEditor/Private/OLSAnimationEditor.cpp
2024-09-22 17:11:19 -04:00

17 lines
301 B
C++

#include "OLSAnimationEditor.h"
#define LOCTEXT_NAMESPACE "FOLSAnimationEditorModule"
void FOLSAnimationEditorModule::StartupModule()
{
}
void FOLSAnimationEditorModule::ShutdownModule()
{
}
#undef LOCTEXT_NAMESPACE
IMPLEMENT_MODULE(FOLSAnimationEditorModule, OLSAnimationEditor)