Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.

This commit is contained in:
MW
2007-07-25 19:18:34 +00:00
parent 2b42ea0a42
commit 74654dc735
5 changed files with 71 additions and 35 deletions

View File

@@ -75,6 +75,14 @@ namespace OpenSim.Framework.Data
/// A mask containing permissions for the current owner (cannot be enforced)
/// </summary>
public uint inventoryCurrentPermissions;
/// <summary>
///
/// </summary>
public uint inventoryBasePermissions;
/// <summary>
///
/// </summary>
public uint inventoryEveryOnePermissions;
}
/// <summary>