mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 04:05:40 +08:00
9 lines
220 B
C#
9 lines
220 B
C#
using OpenSim.ScriptEngine.Shared;
|
|
|
|
namespace OpenSim.ScriptEngine.Shared
|
|
{
|
|
public interface IScriptLoader: IScriptEngineComponent
|
|
{
|
|
ScriptAssemblies.IScript LoadScript(ScriptStructure script);
|
|
}
|
|
} |