Dynamic loading of ScriptEngine in ScriptServer

ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done
This commit is contained in:
Tedd Hansen
2008-01-09 17:13:02 +00:00
parent 796ae57bea
commit 260145a7e6
8 changed files with 37 additions and 188 deletions

View File

@@ -47,6 +47,10 @@ namespace OpenSim.Region.ScriptEngine.Common
{
RemoteEvents Events();
}
public interface ScriptEngine
{
RemoteEvents EventManager();
}
}
}