In this commit I am using an editor feature called "Save All" before I commit.

This commit is contained in:
Tedd Hansen
2007-12-30 16:34:54 +00:00
parent 7ef09a1202
commit 527b5f86a2
5 changed files with 23 additions and 1 deletions

View File

@@ -35,8 +35,9 @@ using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Region.ScriptEngine.DotNetEngine
{
/// <summary>
/// This is the root object for ScriptEngine
/// This is the root object for ScriptEngine. Objects access each other trough this class.
/// </summary>
///
[Serializable]
public class ScriptEngine : IRegionModule
{