mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
brought zircon branch into trunk
This commit is contained in:
18
OpenSim.RegionServer/world/ScriptEngine.cs
Normal file
18
OpenSim.RegionServer/world/ScriptEngine.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.world
|
||||
{
|
||||
public class ScriptEngine
|
||||
{
|
||||
public ScriptEngine(World env)
|
||||
{
|
||||
}
|
||||
|
||||
public void LoadScript()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user