mirror of
https://github.com/opensim/opensim.git
synced 2026-05-31 14:55:53 +08:00
19 lines
270 B
C#
19 lines
270 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.world
|
|
{
|
|
public class ScriptEngine
|
|
{
|
|
public ScriptEngine(World env)
|
|
{
|
|
}
|
|
|
|
public void LoadScript()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|