aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs')
-rw-r--r--OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
index d4e9a08..46edec3 100644
--- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
+++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
@@ -1,18 +1,18 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using OpenSim.ApplicationPlugins.ScriptEngine.Components; 4using OpenSim.ApplicationPlugins.ScriptEngine.Components;
5 5
6namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL 6namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL
7{ 7{
8 public class Commands_LSL : CommandBase 8 public class Commands_LSL : CommandBase
9 { 9 {
10 public override void Start() 10 public override void Start()
11 { 11 {
12 } 12 }
13 13
14 public override void Close() 14 public override void Close()
15 { 15 {
16 } 16 }
17 } 17 }
18} 18}