* Move existing inventory module into a 'Transfer' namespace, since that is the functional it actually fulfills

0.6.0-stable
Justin Clarke Casey 2008-09-29 15:02:03 +00:00
parent 4a5e1c7547
commit 3fc86cb578
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ using OpenSim.Framework;
using OpenSim.Region.Environment.Interfaces;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Region.Environment.Modules.Avatar.Inventory
namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Transfer
{
public class InventoryModule : IInventoryModule, IRegionModule
{