add a comment about deprecating IRegionModule
parent
e78f874cfd
commit
b5ec101cc8
OpenSim/Region/Framework/Interfaces
|
@ -30,6 +30,9 @@ using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.Framework.Interfaces
|
namespace OpenSim.Region.Framework.Interfaces
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// DEPRECATED! Use INonSharedRegionModule or ISharedRegionModule instead
|
||||||
|
/// </summary>
|
||||||
public interface IRegionModule
|
public interface IRegionModule
|
||||||
{
|
{
|
||||||
void Initialise(Scene scene, IConfigSource source);
|
void Initialise(Scene scene, IConfigSource source);
|
||||||
|
|
Loading…
Reference in New Issue