OpenSim.Region.Framework.Scenes.Scene.GetConfig C# (CSharp) 메소드

GetConfig() 보호된 메소드

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