mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Convert both script engines to new region module format. Add proper unload
handling to XEngine. Add needed stubs to DotNetEngine.
This commit is contained in:
@@ -30,7 +30,7 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IScriptModule : IRegionModule
|
||||
public interface IScriptModule: INonSharedRegionModule
|
||||
{
|
||||
string ScriptEngineName { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user