mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
changes to pass nini config object to the modules that get
loaded so that they may read out any bits they are interested in
This commit is contained in:
@@ -27,12 +27,13 @@
|
||||
*/
|
||||
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using Nini.Config;
|
||||
|
||||
namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public interface IRegionModule
|
||||
{
|
||||
void Initialise(Scene scene);
|
||||
void Initialise(Scene scene, IConfigSource source);
|
||||
void PostInitialise();
|
||||
void Close();
|
||||
string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user