aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
diff options
context:
space:
mode:
authorTedd Hansen2007-08-12 17:04:09 +0000
committerTedd Hansen2007-08-12 17:04:09 +0000
commit7a5474ec2883357b1874247b838d0e3607552104 (patch)
treee34090437bc58ac67ada6cd3ec714fbd83b28947 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
parentLSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH... (diff)
downloadopensim-SC_OLD-7a5474ec2883357b1874247b838d0e3607552104.zip
opensim-SC_OLD-7a5474ec2883357b1874247b838d0e3607552104.tar.gz
opensim-SC_OLD-7a5474ec2883357b1874247b838d0e3607552104.tar.bz2
opensim-SC_OLD-7a5474ec2883357b1874247b838d0e3607552104.tar.xz
Script now compiles unsuccessfully
(unknown datatypes, no references)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
new file mode 100644
index 0000000..03d8ba5
--- /dev/null
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
@@ -0,0 +1,10 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
6{
7 class LSL_BaseClass
8 {
9 }
10}