aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
diff options
context:
space:
mode:
authorTedd Hansen2008-09-21 00:03:13 +0000
committerTedd Hansen2008-09-21 00:03:13 +0000
commit752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4 (patch)
tree3aa418cb4f46747c6d789fa6c97a3f7997eabe0a /OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
parentAnd re-reverse the names from last commit (diff)
downloadopensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.zip
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.gz
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.bz2
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.xz
EXPERIMENTAL: Early commit of new Script Engine Component System
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs')
-rw-r--r--OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
new file mode 100644
index 0000000..d4e9a08
--- /dev/null
+++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
@@ -0,0 +1,18 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4using OpenSim.ApplicationPlugins.ScriptEngine.Components;
5
6namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL
7{
8 public class Commands_LSL : CommandBase
9 {
10 public override void Start()
11 {
12 }
13
14 public override void Close()
15 {
16 }
17 }
18}