diff options
Diffstat (limited to 'OpenSim/Framework/InventoryCollection.cs')
-rw-r--r-- | OpenSim/Framework/InventoryCollection.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/InventoryCollection.cs b/OpenSim/Framework/InventoryCollection.cs index c8d8716..e76e1a9 100644 --- a/OpenSim/Framework/InventoryCollection.cs +++ b/OpenSim/Framework/InventoryCollection.cs | |||
@@ -32,6 +32,9 @@ using libsecondlife; | |||
32 | 32 | ||
33 | namespace OpenSim.Framework | 33 | namespace OpenSim.Framework |
34 | { | 34 | { |
35 | /// <summary> | ||
36 | /// Used to serialize a whole inventory for transfer over the network. | ||
37 | /// </summary> | ||
35 | public class InventoryCollection | 38 | public class InventoryCollection |
36 | { | 39 | { |
37 | public List<InventoryFolderBase> _folders; | 40 | public List<InventoryFolderBase> _folders; |