blob: f37fcaf66d27378bfd5f16f4f0ccc3e9a6386438 (
plain)
1
2
3
4
5
6
7
8
9
10
|
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.ScriptEngine.Shared
{
public interface IScriptCommandProvider : ScriptAssemblies.ICommandProvider
{
}
}
|