mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Formatting cleanup.
This commit is contained in:
@@ -32,11 +32,11 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object
|
||||
{
|
||||
/// <summary>
|
||||
/// This implements the methods neccesary to operate on the inventory of an object
|
||||
/// </summary>
|
||||
public interface IObjectInventory : IDictionary<UUID, IInventoryItem>
|
||||
{
|
||||
IInventoryItem this[string name] { get; }
|
||||
}
|
||||
/// <summary>
|
||||
/// This implements the methods neccesary to operate on the inventory of an object
|
||||
/// </summary>
|
||||
public interface IObjectInventory : IDictionary<UUID, IInventoryItem>
|
||||
{
|
||||
IInventoryItem this[string name] { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user