From 6dd923b01d6864ffcb17030c9de17224f45b4c2a Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Fri, 5 Oct 2007 19:56:44 +0000 Subject: Some more work on new ScriptEngine. --- .../ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt (limited to 'OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt') diff --git a/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt new file mode 100644 index 0000000..a39d1db --- /dev/null +++ b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/c_sharp_example.txt @@ -0,0 +1,12 @@ +//c# +namespace SecondLife { + public class Script : OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL.LSL_BaseClass +{ + public Script() { } + + public void default_event_state_entry( ) + { + llSay(0, "testing, I've been touched"); + } + +}} \ No newline at end of file -- cgit v1.1