mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add a comment about deprecating IRegionModule
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user