diff options
Diffstat (limited to 'OpenSim/Region/Interfaces/IScriptModule.cs')
-rw-r--r-- | OpenSim/Region/Interfaces/IScriptModule.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IScriptModule.cs b/OpenSim/Region/Interfaces/IScriptModule.cs index e01b472..9dca862 100644 --- a/OpenSim/Region/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Interfaces/IScriptModule.cs | |||
@@ -34,5 +34,8 @@ namespace OpenSim.Region.Interfaces | |||
34 | public interface IScriptModule | 34 | public interface IScriptModule |
35 | { | 35 | { |
36 | string ScriptEngineName { get; } | 36 | string ScriptEngineName { get; } |
37 | |||
38 | string GetAssemblyName(UUID itemID); | ||
39 | string GetXMLState(UUID itemID); | ||
37 | } | 40 | } |
38 | } | 41 | } |