ralpha-assets/Plugins/RalphaPlugin/Source/RalphaEditor/Private/RalphaEditorCommands.cpp

13 lines
330 B
C++

// Copyright Ralpha Team. All Rights Reserved.
#include "RalphaEditorCommands.h"
#define LOCTEXT_NAMESPACE "FRalphaEditorModule"
void FRalphaEditorCommands::RegisterCommands()
{
UI_COMMAND(StartServer, "Ralpha", "Start/Stop the Ralpha MCP Server", EUserInterfaceActionType::Button, FInputChord());
}
#undef LOCTEXT_NAMESPACE