diff options
author | Melanie Thielker | 2008-09-26 16:11:53 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-26 16:11:53 +0000 |
commit | d8c470343e50b342024491219bd43678a24b4a03 (patch) | |
tree | 2ee37a53c9d976e4b88706a1634c5ffdb69b0aae /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt | |
parent | After the last commit, the old Common assembly was still being loaded. (diff) | |
download | opensim-SC-d8c470343e50b342024491219bd43678a24b4a03.zip opensim-SC-d8c470343e50b342024491219bd43678a24b4a03.tar.gz opensim-SC-d8c470343e50b342024491219bd43678a24b4a03.tar.bz2 opensim-SC-d8c470343e50b342024491219bd43678a24b4a03.tar.xz |
Compiler Connection! One world, one compiler!
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt deleted file mode 100644 index a39d1db..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | //c# | ||
2 | namespace SecondLife { | ||
3 | public class Script : OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL.LSL_BaseClass | ||
4 | { | ||
5 | public Script() { } | ||
6 | |||
7 | public void default_event_state_entry( ) | ||
8 | { | ||
9 | llSay(0, "testing, I've been touched"); | ||
10 | } | ||
11 | |||
12 | }} \ No newline at end of file | ||