Some more work on new Sceneobject.

This commit is contained in:
MW
2007-08-07 18:31:20 +00:00
parent d0156b491b
commit 266b272673
3 changed files with 91 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ namespace OpenSim.Region.Environment.Scenes
protected Scene m_scene;
public LLUUID m_uuid;
public LLUUID UUID
public virtual LLUUID UUID
{
get
{
@@ -61,7 +61,7 @@ namespace OpenSim.Region.Environment.Scenes
}
protected uint m_localId;
public uint LocalId
public virtual uint LocalId
{
get { return m_localId; }
set { m_localId = value; }