mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Dynamic loading of ScriptEngine in ScriptServer
ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done
This commit is contained in:
@@ -47,6 +47,10 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
RemoteEvents Events();
|
||||
}
|
||||
public interface ScriptEngine
|
||||
{
|
||||
RemoteEvents EventManager();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user