mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Decouple AsyncCommands from XEngine and the script instance. Make
all methods needed outside the API ststic. Async command processing is now wholly internal to the API. This sets the stage for the next convergence step.
This commit is contained in:
@@ -44,7 +44,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
Scene World { get; }
|
||||
IConfig Config { get; }
|
||||
Object AsyncCommands { get; }
|
||||
ILog Log { get; }
|
||||
string ScriptEngineName { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user