13 lines
330 B
C++
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
|