OpenSim.Region.Framework.Scenes.Scene.GetConfig C# (CSharp) Method

GetConfig() protected method

protected GetConfig ( ) : IConfigSource
return IConfigSource
        protected override IConfigSource GetConfig()
        {
            return m_config;
        }
Scene