Files
opensim/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
2008-09-21 02:41:22 +00:00

19 lines
372 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.ApplicationPlugins.ScriptEngine.Components;
namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL
{
public class Commands_LSL : CommandBase
{
public override void Start()
{
}
public override void Close()
{
}
}
}