mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Scripts are working again. Scripts are now loaded into limited AppDomains (no security yet).
*phew* that only took me 12 hours of coding...
This commit is contained in:
10
OpenSim/Region/ScriptEngine/Common/Executor.cs
Normal file
10
OpenSim/Region/ScriptEngine/Common/Executor.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
class Executor
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user