mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* Refactor: Make some inner scene dictionaries internal rather than public
This commit is contained in:
@@ -56,8 +56,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
internal Dictionary<LLUUID, ScenePresence> ScenePresences;
|
||||
// SceneObjects is not currently populated or used.
|
||||
//public Dictionary<LLUUID, SceneObjectGroup> SceneObjects;
|
||||
public Dictionary<LLUUID, EntityBase> Entities;
|
||||
public Dictionary<LLUUID, ScenePresence> RestorePresences;
|
||||
internal Dictionary<LLUUID, EntityBase> Entities;
|
||||
internal Dictionary<LLUUID, ScenePresence> RestorePresences;
|
||||
|
||||
public BasicQuadTreeNode QuadTree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user