mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
ScriptEngine just needs 2 events hooked up and llSay() implemented to work. See TODO.txt for details.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
{
|
||||
interface ScriptEngineInterface
|
||||
{
|
||||
void InitializeEngine(TempWorldInterface Sceneworld);
|
||||
void InitializeEngine(OpenSim.Region.Environment.Scenes.Scene Sceneworld);
|
||||
void Shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user