aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs
blob: 284b0179806819a108715102e094be18558b0dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.ApplicationPlugins.ScriptEngine.Components;

namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_OSSL
{
    public class Commands_OSSL: CommandBase
    {
        public override void Start()
        {
        }

        public override void Close()
        {
        }
    }
}