Files

14 lines
312 B
C++
Raw Permalink Normal View History

2026-07-15 19:17:47 +02:00
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
#include "DirectiveUtilitiesRuntime.h"
void FDirectiveUtilitiesRuntimeModule::StartupModule()
{
}
void FDirectiveUtilitiesRuntimeModule::ShutdownModule()
{
}
IMPLEMENT_MODULE(FDirectiveUtilitiesRuntimeModule, DirectiveUtilitiesRuntime)