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