mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Just extracted a standard ToXml() on SceneObjectGroup
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user