diff options
author | MW | 2007-07-25 19:18:34 +0000 |
---|---|---|
committer | MW | 2007-07-25 19:18:34 +0000 |
commit | 74654dc7351baf092ecae12c90a236ec43c86c98 (patch) | |
tree | bfff64c22423a0949bb298f676685c84a8257732 /OpenSim/Framework/Data | |
parent | Start of the OpenSim library , for now only contains a few textures. (diff) | |
download | opensim-SC-74654dc7351baf092ecae12c90a236ec43c86c98.zip opensim-SC-74654dc7351baf092ecae12c90a236ec43c86c98.tar.gz opensim-SC-74654dc7351baf092ecae12c90a236ec43c86c98.tar.bz2 opensim-SC-74654dc7351baf092ecae12c90a236ec43c86c98.tar.xz |
Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.
Diffstat (limited to 'OpenSim/Framework/Data')
-rw-r--r-- | OpenSim/Framework/Data/InventoryData.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data/InventoryData.cs b/OpenSim/Framework/Data/InventoryData.cs index d7130f4..c43ff1a 100644 --- a/OpenSim/Framework/Data/InventoryData.cs +++ b/OpenSim/Framework/Data/InventoryData.cs | |||
@@ -75,6 +75,14 @@ namespace OpenSim.Framework.Data | |||
75 | /// A mask containing permissions for the current owner (cannot be enforced) | 75 | /// A mask containing permissions for the current owner (cannot be enforced) |
76 | /// </summary> | 76 | /// </summary> |
77 | public uint inventoryCurrentPermissions; | 77 | public uint inventoryCurrentPermissions; |
78 | /// <summary> | ||
79 | /// | ||
80 | /// </summary> | ||
81 | public uint inventoryBasePermissions; | ||
82 | /// <summary> | ||
83 | /// | ||
84 | /// </summary> | ||
85 | public uint inventoryEveryOnePermissions; | ||
78 | } | 86 | } |
79 | 87 | ||
80 | /// <summary> | 88 | /// <summary> |