// Copyright Low Entry. Apache License, Version 2.0. #include "LowEntryExtendedStandardLibraryEditorModule.h" void FLowEntryExtendedStandardLibraryEditorModule::StartupModule() {} void FLowEntryExtendedStandardLibraryEditorModule::ShutdownModule() {} IMPLEMENT_MODULE(FLowEntryExtendedStandardLibraryEditorModule, LowEntryExtendedStandardLibraryEditor)