14 lines
310 B
C++
14 lines
310 B
C++
|
|
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
|
|||
|
|
|
|||
|
|
#include "DirectiveUtilitiesEditor.h"
|
|||
|
|
|
|||
|
|
void FDirectiveUtilitiesEditorModule::StartupModule()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
void FDirectiveUtilitiesEditorModule::ShutdownModule()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IMPLEMENT_MODULE(FDirectiveUtilitiesEditorModule, DirectiveUtilitiesEditor)
|