mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Formatting cleanup.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
/// <value>
|
||||
/// The name of this commander
|
||||
/// </value>
|
||||
/// </value>
|
||||
string Name { get; }
|
||||
|
||||
/// <value>
|
||||
@@ -44,7 +44,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <summary>
|
||||
/// The commands available for this commander
|
||||
/// </summary>
|
||||
Dictionary<string, ICommand> Commands { get; }
|
||||
Dictionary<string, ICommand> Commands { get; }
|
||||
|
||||
void ProcessConsoleCommand(string function, string[] args);
|
||||
void RegisterCommand(string commandName, ICommand command);
|
||||
|
||||
Reference in New Issue
Block a user