* Just extracted a standard ToXml() on SceneObjectGroup

This commit is contained in:
lbsa71
2007-10-12 19:31:37 +00:00
parent 4c8d175564
commit b77bf18079
2 changed files with 15 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ namespace OpenSim.Region.Environment.Scenes
private string m_inventoryFileName = "";
private LLUUID m_folderID = LLUUID.Zero;
[XmlIgnore] public PhysicsActor PhysActor = null;
[XmlIgnore]
public PhysicsActor PhysActor = null;
protected Dictionary<LLUUID, TaskInventoryItem> TaskInventory = new Dictionary<LLUUID, TaskInventoryItem>();