Added public RegionInfo RegionsInfo property to SceneBase (so scripts can access it).

This commit is contained in:
MW
2007-08-14 19:30:57 +00:00
parent a979808493
commit ea5d414170

View File

@@ -54,6 +54,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_eventManager; }
}
public RegionInfo RegionsInfo
{
get { return m_regInfo; }
}
protected string m_datastore;
protected object m_syncRoot = new object();