add warning decals and information to RegionModule.cs in probably non-functional OpenSim.Region.Examples.SimpleModule project

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-12-04 01:06:29 +00:00
parent 9668fb4e31
commit 0ab774d484
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ using OpenSim.Region.Framework.Scenes;
namespace OpenSim.Region.Examples.SimpleModule
{
/// <summary>
/// Example region module.
/// </summary>
/// <remarks>
/// This is an old and unmaintained region module which uses the old style module interface. It is not loaded into
/// OpenSim by default. If you want to try enabling it, look in the bin folder of this project.
/// Please see the README.txt in this project on the filesystem for some more information.
/// Nonetheless, it may contain some useful example code so has been left here for now.
/// </remarks>
public class RegionModule : IRegionModule
{
#region IRegionModule Members