minor: add class doc line to older region module example code pointing towards newer
parent
f268cd7c53
commit
7b6b4501b7
|
@ -42,6 +42,8 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||||
/// OpenSim by default. If you want to try enabling it, look in the bin folder of this project.
|
/// 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.
|
/// 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.
|
/// Nonetheless, it may contain some useful example code so has been left here for now.
|
||||||
|
///
|
||||||
|
/// You can see bare bones examples of the more modern region module system in OpenSim/Region/OptionalModules/Example
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class RegionModule : IRegionModule
|
public class RegionModule : IRegionModule
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue