11 lines
205 B
C#
11 lines
205 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.ScriptEngine.Shared
|
|
{
|
|
public interface IScriptCommandProvider : ScriptAssemblies.ICommandProvider
|
|
{
|
|
}
|
|
}
|