Script loads into separate AppDomain without errors. Events and llFunctions not working yet.

This commit is contained in:
Tedd Hansen
2007-08-18 21:31:35 +00:00
parent f444fe4f87
commit 6faa8d8d68
3 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,7 @@ using System.Threading;
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
{
[Serializable]
public class LSL_BaseClass : LSL_BuiltIn_Commands_Interface
public class LSL_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface
{
public LSL_BuiltIn_Commands_Interface m_LSL_Functions;