using UnrealSharp.Engine.Core.Modules; namespace ManagedBusyRabbit; public class FManagedBusyRabbit : IModuleInterface { public void StartupModule() { } public void ShutdownModule() { } }