OLS/Source/OLSAnimationEditor/Private/OLSAnimationEditor.cpp

17 lines
301 B
C++
Raw Normal View History

2025-05-13 15:21:02 +07:00
#include "OLSAnimationEditor.h"
#define LOCTEXT_NAMESPACE "FOLSAnimationEditorModule"
void FOLSAnimationEditorModule::StartupModule()
{
}
void FOLSAnimationEditorModule::ShutdownModule()
{
}
#undef LOCTEXT_NAMESPACE
IMPLEMENT_MODULE(FOLSAnimationEditorModule, OLSAnimationEditor)