startup event on script added to object, not all inside object.

This commit is contained in:
Tedd Hansen
2007-08-28 18:22:48 +00:00
parent 31b895681a
commit 5a149084d4
4 changed files with 19 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ using rotation = OpenSim.Region.ScriptEngine.Common.LSL_Types.Quaternion;
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
{
//[Serializable]
public class LSL_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, IScript
{