mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*Added EstateSettings.cs and moved many relevant variables from RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase
*Added a few missed copyright headers *Fixed a filename typo
This commit is contained in:
@@ -41,11 +41,8 @@ namespace OpenSim.RegionServer.Simulator
|
||||
{
|
||||
public class SceneObject : Entity
|
||||
{
|
||||
private LLUUID rootUUID;
|
||||
private Dictionary<LLUUID, Primitive2> ChildPrimitives = new Dictionary<LLUUID, Primitive2>();
|
||||
private Dictionary<uint, ClientView> m_clientThreads;
|
||||
private World m_world;
|
||||
|
||||
|
||||
public SceneObject()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user