From cd6f4a57e7586ffd5c6dae91633e61e293272def Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 4 Mar 2008 04:11:37 +0000 Subject: Added copyright heaaders. Minor cleanup. --- OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs') diff --git a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs index 27b3050..067b466 100644 --- a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * @@ -43,7 +43,6 @@ namespace OpenSim.Region.ScriptEngine.Common } - public OSSLPrim Prim; [Serializable] @@ -57,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Common Rotation = new OSSLPrim_Rotation(this); } - public OSSLPrim_Position Position; public OSSLPrim_Rotation Rotation; //public LSL_Types.Vector3 Position @@ -163,6 +161,7 @@ namespace OpenSim.Region.ScriptEngine.Common } } } + [Serializable] public class OSSLPrim_Rotation { @@ -245,7 +244,5 @@ namespace OpenSim.Region.ScriptEngine.Common // public double Z; // public double R; //} - - } } -- cgit v1.1