mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Renamed the new Directories. (removed the "-Source" from the end of them)
This commit is contained in:
12
Common/OpenSim.Framework.Console/ConsoleCallbacksBase.cs
Normal file
12
Common/OpenSim.Framework.Console/ConsoleCallbacksBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework.Console
|
||||
{
|
||||
public interface conscmd_callback
|
||||
{
|
||||
void RunCmd(string cmd, string[] cmdparams);
|
||||
void Show(string ShowWhat);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user