Add the missing file

0.6.0-stable
Melanie Thielker 2008-09-23 21:23:23 +00:00
parent a70efd1fdf
commit 48da2c24a2
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ using LSL_Vector = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Vector3;
namespace OpenSim.Region.ScriptEngine.Common namespace OpenSim.Region.ScriptEngine.Common
{ {
public class BuiltIn_Commands_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, OSSL_BuilIn_Commands_Interface, IScript public class ScriptBaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, OSSL_BuilIn_Commands_Interface, IScript
{ {
// //
// Included as base for any LSL-script that is compiled. // Included as base for any LSL-script that is compiled.
@ -106,7 +106,7 @@ namespace OpenSim.Region.ScriptEngine.Common
set { m_StartParam = value; } set { m_StartParam = value; }
} }
public BuiltIn_Commands_BaseClass() public ScriptBaseClass()
{ {
} }