diff options
Diffstat (limited to 'OpenSim/Framework/Data/InventoryData.cs')
-rw-r--r-- | OpenSim/Framework/Data/InventoryData.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data/InventoryData.cs b/OpenSim/Framework/Data/InventoryData.cs index c43ff1a..a12b87b 100644 --- a/OpenSim/Framework/Data/InventoryData.cs +++ b/OpenSim/Framework/Data/InventoryData.cs | |||
@@ -46,7 +46,11 @@ namespace OpenSim.Framework.Data | |||
46 | /// <summary> | 46 | /// <summary> |
47 | /// This is an enumerated value determining the type of asset (eg Notecard, Sound, Object, etc) | 47 | /// This is an enumerated value determining the type of asset (eg Notecard, Sound, Object, etc) |
48 | /// </summary> | 48 | /// </summary> |
49 | public int type; | 49 | public int assetType; |
50 | /// <summary> | ||
51 | /// The type of inventory item. (Can be slightly different to the asset type | ||
52 | /// </summary> | ||
53 | public int invType; | ||
50 | /// <summary> | 54 | /// <summary> |
51 | /// The folder this item is contained in | 55 | /// The folder this item is contained in |
52 | /// </summary> | 56 | /// </summary> |